Hello, Put the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: #menu .ddsmoothmenu li li a:hover { background: red; } #menu .ddsmoothmenu li li:hover { background: red; } You can change the color according to your requirement This will solve your problem. Thanks.
this did not work too well, it is changing the tab color in the drop down, i want the words to change to a different color, not the tab when you highlight it.
Hello, Paste the following code in your custom css Appearance -> theme options -> styling options -> custom css Code: #menu .ddsmoothmenu li li a:hover { color:red; } Inplace of 'red' you can put your color or color code. This will solve your issue.