Add background color to menu hover

Discussion in 'Andrina WordPress Theme' started by hohohaha, Mar 5, 2013.

  1. hohohaha

    hohohaha New Member

    Joined:
    Mar 4, 2013
    Messages:
    12
    Likes Received:
    0
    Hi, How can I add a solid colored background to menu items when hover? I want the same effect like in the colorway theme.

    Where and how can I change the css? I am using the green color option

    Thanks
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li a:hover {
    background:your color value;
    }
     

Share This Page