Menu behavior

Discussion in 'Figero WordPress Theme' started by infralli, Dec 4, 2012.

  1. infralli

    infralli New Member

    Joined:
    May 4, 2012
    Messages:
    4
    Likes Received:
    1
    Hello,

    I'm using the blue theme Stylesheet, and created a menu with sub-items.
    Would it be possible to have a different color (or shade) when the mouse is over the subitems, so the user knows which item he selects?

    thanks again for your help,

    Philip
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li li a:hover{
    background:red;
    }
    Inplace of "red" put your color code.
     
  3. infralli

    infralli New Member

    Joined:
    May 4, 2012
    Messages:
    4
    Likes Received:
    1
    Awsome! Thanks again
    Is there a document with all the CSS tweaks of the theme?
     
    rjmprofessional likes this.

Share This Page