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
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; }