Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #195237

    Hi,

    HR
    I’ve try to change the color of HR elements with this, but it doesn’t work.
    I’ve add in Quick CSS :

    .main_color div {
    border-color: #000;
    }

    My HR is always with #E1E1E1 border color…. ?

    can you help me
    thanks

    #195306

    Hi stane!

    Please try using following code instead

    .hr-inner { border-color: #000!important; }

    or

    .main_color span { border-color: #000; }

    Second one will change the border color of all span elements

    Cheers!
    Yigit

    #195534

    yes it’s works thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘HR color with CSS’ is closed to new replies.