Hello, How do I change the highlighted color of the selected pages? Currently it is red and I need it to be blue. http://www.choppershotsimaging.com/newsite/ Thanks
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li.current_page_item a, #menu a:hover { color: blue; }
Hello, Thanks for the help. I actually need to change the color to an html code - 18ACEC. How do I do this? Thanks.
Ok Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #menu li.current_page_item a, #menu a:hover { color: #18ACEC; }