http://oppenheimerlandscapegroup.tk The main menu bar Landscaping Services has a button that says "Landscape Services " which opens a dropdown menu with other boxes: If I click on any of these three boxes and then I hover over "landscape Serivces ", how do i remove the shaded yellow. Could you please fix this so that there is no shading on any of the drop down menus and the main menu bar. Thanks again
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard Code: #menu .ddsmoothmenu li:hover{ background: none !important; } #menu .ddsmoothmenu li a:hover { color: #000; } #menu li a{ color: #000 ! important; } Hope it will solve your issue.
http://oppenheimerlandscapegroup.tk/sweeping-services/ if i go to this page the shading is still there?????
Hello, Ok, I got your concern. Now also apply the below CSS code: Code: #menu .ddsmoothmenu li.current-menu-parent{ background:none !important; } #menu .ddsmoothmenu li.current-menu-item{ background: none !important; } Hope it will solve your issue.