Put the following code in your custom css Appearance -> theme options -> styling options -> custom css 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; } Change the color according to your requirement. This will solve your problem. Thanks.
Thank you Harmeet but when i put in a colour number from photoshop it doesn't use that colour... I want to also control the link colour in the content, is that possible, is the above script the way to change it on ALL THEMES?
Hello, Every theme has different code to change the color, However can you please send the screenshot where you want to change the color on the home page, because there are too many links on the page. So it would be easier to give the exact code to change the link colors.
look at the blue and the gold in logo of http://rwest.ca/about-r-west-associates-inc/ You didn't really answer my above question about available colours
For links Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .fullwidth a { color: #a99b7e; } Code for Blue color is #143256; golden color is #a99b7e