Hello! Is there a way to change the font color on the font in the menu? Also I would like to change the font on just one of my page titles in my menu... is that possible to isolate just one and make it a different color? My site is damageawayusa.com/wordpress Thanks! Tim
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { color: red; } #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{ color: red! important; } Could you please tell us that which menu you want to change the color to different.
Thanks! The page on the menu I want to change the color for is for the number (877-243-5663). Thanks for the help! Tim
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu-item-91 a { color: red!important; } Thanks & Regards Gourav Shrivastava