Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #665043

    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?

    #665052

    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

    #665059

    Fantastic! That worked perfectly and what amazingly quick turnaround time!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo Area Background Color Transparency for Home Page Only’ is closed to new replies.