Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13003
    simon olley
    Participant

    a link hover is blue in top right widget area and I can’t seem to change it….

    http://simonkingconstruction.co.uk/wp/

    #13010
    Sakin
    Keymaster

    @oly: You need to change the color code as per you need in the following CSS and then add it in “Appearance => Theme Options => Custom CSS” box.
    #header-right .widget-area .widget a:hover { color: #404040; }

    #13021
    simon olley
    Participant

    I’ve put that into custom css box and seems to have made no difference 🙁

    #13022
    Sakin
    Keymaster

    @oly: Which color you want and then change the color code as per you need. Color code means the code #404040 . For more color code check this site http://html-color-codes.info/

    #13029
    simon olley
    Participant

    I mean after adding the custom css, the hover colour is still blue – nothing has changed 🙁

    #13043
    Sakin
    Keymaster

    @oly: Oh sorry slight mistake. There should be no space between #header-right and .widget-area. Please replace the previous css with the following
    #header-right.widget-area .widget a:hover { color: #404040; }

    #13052
    simon olley
    Participant

    Yes that works now many thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘hover color in header widget’ is closed to new replies.