Hello, I own Andriana Pro. Can you please tell me how to change the color that appears when you hover over any of the menu names.
Hello, Put the following code in your custom css Appearance -> theme options -> styling options -> custom css #menu li a:hover { color: red; } #menu li a.selected, #menu li.current_page_item a { color: red; } #menu .ddsmoothmenu li li a:hover { color: red; } And change the color value according to your requirement. This will solve your problem.