Hi, For your information, we are using cufon.js in RoadFighter theme which convert text into images. So, first you have to disable cufon.js. Please follow the screenshot given below to disable it. Now, 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; } Thanks, Praveen
Thank you. That worked except that I would like whatever the current page is to be yellow in color while the rest are red.
Hi, 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 { color: yellow; } Thanks, Praveen