background of menu

Discussion in 'RoadFighter WordPress Theme' started by satinfeather99, Jun 16, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Hi I would like to change the background of the menu and text, as well as the phone number on the slider from gray to another color. How would I do that? Thanks
     
  2. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     .menu-wrapper{
    background:red;
    }
    .header_wrapper .call-us{
    background:red;
    } 
     
    #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-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected{
    color:blue!important;
    }
    #menu .ddsmoothmenu li a{
    color:green;
    } 
     

Share This Page