Hello!
Would you please tell me how to:
1) hide the menu underline of the transparent menu (not the regular menu)
or alternatively:
2) lower the underline of the transparent menu (not the regular menu) by 10px
and how to:
3) change the hover color for links of the transparent menu
Thank you!
Hey Cam!
Please add following code to Quick CSS
#top .header_color.av_header_transparency .avia-menu-fx { display: none; }
#top #header .av-main-nav > li > a:hover .avia-menu-text { color: red; }
Cheers!
Yigit
Hello!
Thank you!! Your first code line works perfectly.
The second code line doesn’t seem to have any effect. Did I miss something?
Is it possible to specify another color for the menu with transparent header only?
Warm regards
Hey!
Yes, please go to Enfold theme options > Header > Transparency options
Regards,
Yigit
Hello!
Sorry, the code is working. It’s just that the characters > in the code were displayed as follow when I got your follow-up reply via email : > …so now the CSS code is working fine with >.
Under Enfold theme options > Header > Transparency options, it only changes the color of the magnifying glass (search function) and the color of the social icons, but not the color of the page links (set as purple right now). Any idea what I could do about it?
Thank you!
Hey!
Try adding this code to the Quick CSS:
.av_header_transparency .avia-menu-text {
color: white !important;
}
Cheers!
Josue
Hello!
Great, absolutely gorgeous.
Thank you so much!