I have the transparency setting on the front page of my site and I have a button in my main menu that is currently blue. I want the button to be yellow when the header is transparent and then change to blue when the header becomes solid during scrolling. Is there a way to do that?
Hi jaimemerz!
Please go to Enfold theme options > Header > Transparency Options and set menu color for transparent header and then go to Enfold theme options > Advanced Styling and edit “Main menu links” to change menu colors on non-transparent header
Cheers!
Yigit
Hi!
Try this in the Quick CSS field:
#top #wrap_all .av_header_transparency .av-menu-button-colored > a .avia-menu-text {
background-color: orange;
border-color: orange;
}
This will change the button color on transparent header. If you scroll down, it will revert back to the default menu button color.
Regards,
Ismael
That worked perfectly! Thank you!