I’m wondering if there is a way to remove the background color of the main menu area only (not the dropdown items) when the user scrolls down the page when the Header Visibility is set to “Transparent Header”. On my current site, the menu turns to black when you scroll down. I would love it if the menu header would remain transparent once the user starts to scroll but ONLY for the home page.
Is there some quick css code that will accommodate this?
Hey John!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .header_bg {
background: transparent;
}
Best regards,
Yigit
Fantastic! That worked perfectly and what amazingly quick turnaround time!!