Tagged: Separator Line
Is there a way to change the color of the separator line? I’m using a body background color and the separator line doesn’t show up now.
Tnx,
R
Hey rswildview!
Thank you for using Enfold.
Change the horizontal rule element color with this on Quick CSS or custom.css:
span.hr-inner {
border-color: green !important;
}
Cheers!
Ismael
Yes, that worked great thanks! Is there a way to control the space padding around the separator line via the css codes?
Tnx,
Rob