Hi,
I had a custom color set for the menu when the transparent header was in use, but after I changed the Main Menu color to a custom color, this color shows instead and is too dark. It should be the same color as the captions in the slider. I am using the latest version of Enfold and WP.
Thanks!
Hey kpolka!
Thank you for using Enfold.
Did you set the main menu color on Enfold > Advanced Styling panel? Try to set the transparent header font color with this:
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a {
color: blue;
}
Cheers!
Ismael
Yes, I set the main menu color to the brownish gold, but I want the transparent menu to be a light gray so it contrasts with the images in the fullwidth slider. I tried to add the above to the quick CSS area and it is still getting overridden by the main menu color.
Hi!
Please go to Enfold theme options > Header > Transparency Options and change menu link colors as needed
Best regards,
Yigit
I did that to begin with and they are getting overridden by the main menu color. Also tried to force it with quick CSS and important! and it still doesn’t work.
Hey!
Please add following code to Quick CSS
.av_header_transparency .av-main-nav > li > a .avia-menu-text {
color: #e2e2e2!important;
}
Regards,
Yigit
That worked. Thanks!