Tagged: Font-color, hover, submenu
Dear kriesi-team,
just a small question – maybe you can help me out with some quick css.
I´d like to have to change the font-color of submenu items to white if hovered.
I can achieve this with some settings in the Enfold menu but then also acitve menues turn to white font.
For example if “Referenzen” is active the font then is white which is not good.
Sure there is a nice css-trick ;-)
Thank you in advance!
Rainer
Hi RainerKnappe,
Please add this CSS code in Quick CSS:
#top #header .av-main-nav .sub-menu a:hover .avia-menu-text {
color: white;
}
Best regards,
Nikko
Hi Nikko,
I am so sorry for the late reply.
I really appreciate your fast reply.
Tested and: works great!
Thanks a lot – thread can be closed.