Hey maggie! Use the css code given below. Code: li.current_page_parent a, #menu li a.selected, #menu li a:hover { color: green !important; } Thanks, Praveen
thank you When you go to my website http://test.aangepastwonen.info/voorzieningen/ in the menu voorzieningen is blue. Can I change that as well to an other color?
Hi maggie! Use the following css code. Code: #menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited { color: green !important; } Thanks, Praveen
Thank you It's almost perfect now. I only also would like to change the title for example "projecten" http://test.aangepastwonen.info/projecten-2/ thats still blue now. Is that possible?
Hi maggie! Please 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 { color: green !important; } Thanks, Praveen