Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-content .footer_wrap{ background:red; }
Thanks !! 1. I also need to change color of the very bottom (see colorway1.jpg) 2. I need to change the color of the current and hover menu colors (see colorway2.jpg)
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #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 { background: #454545; } .footer-container{ background: #454545; } .footer-navi{ background: #454545; }
i tried that code and it didn't show any changes (i refreshed and cleared cache) . ANy ideas? This is the site I'm trying to edit .. romalittondesigns.com
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #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 { background: #454545!important; } .footer-container{ background: #F2CECA!important; } .footer-navi{ background: #F2CECA!important; } This will solve your issue.