Hello, Go to css > color > black.css present in your theme directory and follow the instruction as shown in image given below Also check the link given below http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/
Some colours are changing but most are not?? I have a green menu hover that I cannot get rid off?? I changed it to green first but now I cannot change the menu or the menu hover to a different colour? famousgoat.com
Hello, I have checked your site you have set menu font color and background color to same color. Use code given below to change it. 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 a:hover, #menu li.current_page_item a { color: your color value; background-color: your color value; }