On https://woodruffway.com how do I change the color of the short gold horizontal rule under the headings to pink #e346a7?
I tried .hr.hr-short * {
border-color: #e346a7;
} but it did not change.
thanks
Buddy
Hey Buddy,
Please try this code instead:
.hr.el_after_av_heading .hr-inner {
border-color: #e346a7 !important;
}
Best regards,
Sarah
Hey Sarah, thanks for the quick answer but it did not change the color. I cleared the cache but no luck. What else can I do?
thanks,
Buddy
Hi,
Please try the following:
.hr-inner.inner-border-av-border-fat{
border-color: #e346a7 !important;
}
Best regards,
Jordan Shannon
That got it, thanks so much.
Buddy
You’re welcome! We’re glad to help.
We’ll close the thread now. If you have any other questions or issues, feel free to post them here on the forum.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
Thank you for using Enfold!
Sarah