Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #27773

    Hello

    I recently noticed after changing the main content border colour to white that the horizontal ruler also changed to white. As most of my colour sections are white it just looks like there’s a large gap between elements.

    Is there anyway to set a specific colour for the horizontal ruler short separator?

    Thanks

    #135320

    Hi,

    You can use this:

    .main_color .hr-inner {
    border-color: green;
    }

    Remove browser cache then reload the page.

    Regards,

    Ismael

    #135321

    Hello,

    Thank you, I can now see the line of the short separator. However the area around the circle is still white, is there anyway to add a colour to the outer circle while still leaving the center white?

    I know how to change the inner circle colour, just not the outer.

    Thanks

    #135322

    Hi,

    You can use this:

    .main_color .hr-inner-style {
    border-color: red;
    }

    Regards,

    Ismael

    #135323

    Hello,

    Great thank you very much!

    #135324

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change horizontal ruler colour’ is closed to new replies.