Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #50933
    Sabina
    Member

    Hi there,

    I have a simple query. I’m trying to change the standard anchor links to adjust their hover colour from green to orange (such as links that appear in the widget sidebar).
    I couldn’t see anywhere to set this in the Color Settings, so have tried to add this as custom css but it is not working:

    .widget-area a:hover {
    color: #f37137;
    }

    Please can you help advise.

    Thanks,
    James

    #50975
    Sakin
    Keymaster

    @Sabina: It should be as below. Just add it in “Appearance => Theme Options => Custom CSS” box:
    .widget-area .widget a:hover { color: #f37137; }

    #51208
    Sabina
    Member

    Thanks Sakin, that worked perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Setting standard anchor links hover color’ is closed to new replies.