Hover colour menu

Discussion in 'Squirrel WordPress Theme' started by muppett1984, Jun 25, 2014.

  1. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    Hi there,

    Please can you tell me how to change it so the menu colour stays the same when hovering over it. At the moment it turns white and i don't think it looks right.

    Thank you.
     
  2. muppett1984

    muppett1984 Guest

    Joined:
    May 6, 2014
    Messages:
    22
    Likes Received:
    0
    I like the fact that the writing turns black though.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     #menu li.current-menu-item a, #menu li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover{
    background:none!important;
    background-color: initial;
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page