Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #403112

    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

    #403653

    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

    #403701
    This reply has been marked as private.
    #404274

    Hey!

    I checked the site and the link is already green. Please remove browser cache then reload the page.

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.