#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: #00974E; } #menu .ddsmoothmenu li li { background: #00974E; } I used the above custom css to make my menu change color on colorway theme but the sub menu is still using the default color when you hover over it. Can you tell me what to add to the above to control the sub menu as well... www.bigvalleyheating.ca is site.... I would also like the lower background that uses the default green and change it to 00974E
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { background: #00974E; } Regards, Sameer