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

    I’d like to change the color of the Short Separator independently of the Styling settings and am having trouble. This was my best guess. Ideas?

    .hr-short{
    color: #333333 !important;}

    #235615

    Hey bryanjkoop!

    Please try following code instead

    .hr-short .hr-inner, .hr-short .hr-inner-style { border-color: #333333; }

    Cheers!
    Yigit

    #235776

    THANKS!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Independently change color for Short Separator’ is closed to new replies.