Hello,
on my site here: http://devv.rayrolando.com/
I’m trying to use the following CSS:
/* submenu text hover color */
.desktop .sub-menu a:hover {
color: #0a72ba;
}
But it does not work. Any suggestions?
thank you.
Hello,
on my site here: http://devv.rayrolando.com/
I’m trying to use the following CSS:
/* submenu text hover color */
.desktop .sub-menu a:hover {
color: #0a72ba;
}
But it does not work. Any suggestions?
thank you.
Hi Kim,
Thank you for writing in, there is no need for that custom CSS, the menu and submenu is already set to hover on that color (#0a72ba;). Problem is you use !important when you color the submenu to white. Please remove the !important from that custom CSS.
Hope it helps,
Cheers!
ahhhh perfect than you so much!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.