Hi,
I’m having an issue with needing the change menu colors after scroll begins and head_main background color changes from light white transparency to white transparency. I need the .CSS overrides for this please.
See screenshot of menu before scroll: http://screencast.com/t/kS95LJS0
See screenshot of menu after scroll: http://screencast.com/t/2y0RZThQb
I need the .CSS override for changing menu color after scroll begins and transparency goes to white background. I need to change to HEX ce9a51.
Thanks for your help.
Brett
Hi geeks4rent!
Add a .header-scrolled
before your CSS to target it only when scrolling down the page.
.header-scrolled .avia-menu .avia-menu-text { color: black !important; }
.header-scrolled .avia-menu .avia-menu-text:hover { color: red !important; }
Regards,
Elliott