How do I change the menu bar on home page?

Discussion in 'Gommero WordPress Theme' started by lizwhitecouture, Nov 7, 2012.

  1. lizwhitecouture

    lizwhitecouture New Member

    Joined:
    Nov 5, 2012
    Messages:
    1
    Likes Received:
    0
    There are 3 menu bars in the home page, how do I change the color and/or background of these?
     
  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 li a{
    color:blue;
    }
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a{
    color:red;
    }
     

Share This Page