Hi Guys, I am wanting to change the color of my Navigation... The standard theme allows me to select generic colors, however, I want to enter the HEX color number... Please help, Jeff b...
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nav-wrapper ul li a:hover, .nav-wrapper ul li.current-menu-item a, .nav-wrapper ul li.current_page_item a { color: #FF0000; background: #009933 ! important; } In place of "#FF0000" and "#009933" you can put your color or HEX color code. This will solve your issue.