using a transparent header on a page with white font-color on the menu items
is it possible for the menu font to color to a different color after scrolling down and becomes a fixed menu header?
because menu background turns white you won’t be able to see the menu items
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul:first-child > li > a { color: red; }
Regards,
Yigit
Hi Yigit,
I know the CSS, but I think it is a javascript thing.
When I have a page with a fullscreenslider the menu is on top of that, transparent.
So if the picture is dark and the menu font color is white and I scroll down the menu background turns white and I dont see menu items anymore because they are white on white
Hey!
Thank you for the update.
You can change the background color of the scrolled header with this on Quick CSS or custom.css:
.header_color.header-scrolled .header_bg {
background-color: blue;
}
If you want to change the color of the text instead, use this:
.header_color.header-scrolled .main_menu ul:first-child > li > a {
color: red;
}
Regards,
Ismael
Thanks Ismael, that did the job.
Love Enfold and all of the feautures