Tagged: menu
Hello,
Please check http://www.salonmimique.nl/mimique
I’ve changed the position of the menbar. But now there’s a big gap underneath item “behandelingen” and it’s sub-items. Is there a way to remove this gap?
And is it also possible to change the color of ONLY the sub-item-text when hovering over it? I would like to turn the text into brown when hovering over the sub-item but don’t know how to fix this.
Thanks for your help!
Martine
Hi famewebdesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav ul { top: 60%; }
Cheers!
Yigit
Nice! Thanks!
In “advanced styling” I changed the “Main Menu Sublevel Links”.
I added the color #1d1103 as font-color and checked the option “apply only to mouse hover state”.
I would like to accomplish that the text-color of the sub-menu-items will turn brown when hovering over them. Because now you can’t read the text.
The color does not change.
What did I do wrong?
Hey!
Try adding this code to the Quick CSS:
.sub-menu a:hover .avia-menu-text{
color: red !important;
}
Modify as needed.
Cheers!
Josue