change the color of the main menu

Discussion in 'Local Business WordPress Theme' started by gypsygal, Oct 26, 2012.

  1. gypsygal

    gypsygal New Member

    Joined:
    Sep 18, 2012
    Messages:
    22
    Likes Received:
    0
    I would like to change the color of the main menu to white with a green #699845 border top and bottom
     
  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_bar{
    background:none;
    border-top: 5px solid #699845;
    border-bottom: 5px solid #699845;
    }
    #menu .ddsmoothmenu li a {
    background: white!important;
    }
    
     

Share This Page