Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li.current_page_item, #menu .ddsmoothmenu li.current_page_ancestor { background: #65b20c;} #menu .ddsmoothmenu li.current_page_item a, #menu .ddsmoothmenu li.current_page_ancestor a { background: #65b20c;}
This works but do you have the code for when there are sub folders in a main folder. Please head to www.bodyandskincarebytamara.com, go to services, and click on body treatments. As you can see, the SERVICES sections is not black, its a weird green color.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu .ddsmoothmenu li.current_page_item a, #menu .ddsmoothmenu li.current_page_ancestor a{ color:black } #menu .ddsmoothmenu li.current_page_item a, #menu .ddsmoothmenu li.current_page_ancestor a.selected{ color:black; } This will solve your issue.