I've got a joomla menu where a menu item is a text separator, and under the text separator, there is one or more submenu items. When I hover over the menu item, the background changes as it should, and the submenu flies out from the left, but the text color, which is black normally (unless active, then it is white), does not change to white.
I'm using the blue style, but I've done some css styling. Please tell me what css style I can change to make the text change.
Thanks you for using our product.
To change the text color when you are hover the menu item, you according to the following steps:
Step 1:
trsmag.stagingcloudspace.com/templates/glcone/css/custom.css
Step 2: Line 302 add this code: .menu-title:hover and color: #ffff !important;