Hello, currently the dropdown menu shows a highlighted button based on the current page. For example, if I am on the "furniture" page, then "furniture" is highlighted. You can see an example here: http://inkthemes.com/wpthemes/color...i-dont-have-any-furniture-of-mine-in-my-room/ I don't want the "furniture" button to remain highlighted. I only want it to change to black color when I hover my mouse over it (similar to when I move my mouse over "blog" and "gallery" on your sample site), but not to remain highlighted. Can you please provide the code for this? Thank you.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS 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.current_page_item a{ color:#000!important; background:none; } #menu li a:hover{ background:#000; color:#fff!important; } Thanks & Regards Gourav Shrivastava