With your great help i've changed the color of the navigation menu on my website www.anselmoome.nl. Is there an code to change the color from the "rollover" of the navigation menu??
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. 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: red; } Write your desired color or color code in place of red in above code. It will resolve your issue. Thanks & Regards Yogesh Bhade