Hi – I would like to use a secondary link underline color in my theme. I have the color I want set in alternate content – but I don’t know how to get it to work. I’ve included a link to the specific page I want to use the alternate color on. I would like the link hover underline to match the green color that the word is in.
Thanks for your help!
Anna
Hi annameis!
Since your just typing out the link manually you can set a color to it like so.
<a style="color: #81c54e;"></a>
If you want to do it via external CSS then try this out.
#main .container a { color: #81c54e !important; }
Cheers!
Elliott