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
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
perfect this worked thank you!