Hello. Thanks for the great themes. I was wondering how I can change the navigation hover over color on Infoway. I would like to keep the blue navigation for the active page link, but for hover over, I would like to make it match the green in my logo. Thanks.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: #menu li:hover a { background: green; } #menu .ddsmoothmenu li li a:hover { color: green; } In place of "green" you can put your color or color code. This will solve your issue.