Change Gray backgrounds

Discussion in 'BlogsTrend WordPress Theme' started by revpjdunn, Jul 5, 2013.

  1. revpjdunn

    revpjdunn New Member

    Joined:
    Nov 11, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Fort Worth, TX
    What kind of code do I need to change all the grayish backgrounds to another color?
     
  2. revpjdunn

    revpjdunn New Member

    Joined:
    Nov 11, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Fort Worth, TX
    The code to change the color around the menu as you roll over it too would be great. thanks!
     
  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:
    body{
    background:Enter your color code;
    }
    .top_menubar{
    background:Enter your color code;
    }
     
    .smoothmenu ul li.current-menu-item a, .smoothmenu ul li a.selected, .smoothmenu ul li.current_page_item a{
    background:Enter your color code;
    }
    .smoothmenu ul li a{
    background:Enter your color code;
    }
     
    .smoothmenu .sub-menu li a:hover{
    background:Enter your color code;
    }
    
    This will solve your issue.
     

Share This Page