Hello,
I loaded the “Construction” Demo of Enfold. I changed the color profile to greyscale but I can’t change the yellow separator line that appear under every Heading. How can I change color?
thanks for the help.
Hey lordgara3,
Try this code in the General Styling > Quick CSS field:
.hr-inner.inner-border-av-border-fat {
border-color: darkgrey !important;
}
adjust to suit.
Best regards,
Mike
thank you!