Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #187257

    Hi folks,

    I am trying to setup some custom colours for hyperlinks and hyperlink hovers that appear in headings (h1, h2 etc). I have changed the colours in the Enfold Theme Options – Styles preferences in the Main Content tab, however they don’t seem to apply to headings.

    Is there a special trick that I am missing to get this working or do I have to manually setup the heading hover styles in the custom.css? Any help is appreciated.

    Thanks,
    G

    #187973

    Hey Glyphism!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    h3 a { color: red!important; }
    h3 a:hover { color: orange!important; }

    You can apply it to other heading elements this way

    Best regards,
    Yigit

    #188266

    perfect this worked thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hyperlink colours not working on headings’ is closed to new replies.