Change menu hover color

Discussion in 'Andrina WordPress Theme' started by boricua21, Mar 18, 2013.

  1. boricua21

    boricua21 New Member

    Joined:
    Mar 8, 2013
    Messages:
    19
    Likes Received:
    0
    Hello, I own Andriana Pro. Can you please tell me how to change the color that appears when you hover over any of the menu names.
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css

    #menu li a:hover {
    color: red;
    }
    #menu li a.selected, #menu li.current_page_item a {
    color: red;
    }
    #menu .ddsmoothmenu li li a:hover {
    color: red;
    }

    And change the color value according to your requirement.
    This will solve your problem.
     

Share This Page