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

    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

    #790449

    Hey Buddy,

    Please try this code instead:

    .hr.el_after_av_heading .hr-inner {
    	border-color: #e346a7 !important;
    }  

    Best regards,
    Sarah

    #790457

    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

    #790459

    Hi,

    Please try the following:

    .hr-inner.inner-border-av-border-fat{
    border-color: #e346a7 !important;
    }

    Best regards,
    Jordan Shannon

    #790471

    That got it, thanks so much.
    Buddy

    #790474

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change color of short gold hr on home page’ is closed to new replies.