Tagged: colour
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
Hi,
You can use this:
.main_color .hr-inner {
border-color: green;
}
Remove browser cache then reload the page.
Regards,
Ismael
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
Hi,
You can use this:
.main_color .hr-inner-style {
border-color: red;
}
Regards,
Ismael
Hello,
Great thank you very much!
Glad Ismael could help :)
Let us know if you have any other questions or issues.