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

    Hello,

    We utilize a transparent header on the homepage – but the problem is that when you start to scroll down, the background image appears, and it can clashes w the slideshow.

    1. Is there any way to not have the background image show up, and to just allow users to scroll down the homepage w/o the header having to follow…?

    Understood that the main menu would not be to follow users if they scroll if we choose this option (there would be no background image to help frame it).

    2. Another option is if we could create a custom header image for *only* the homepage?

    Thanks for your help in case this is possible. :)

    #654889

    Hey cottonseedapparel,

    You can go to Enfold theme options > Header > Header Behaviour and disable Sticky Header option or add following code to Quick CSS in Enfold theme options under General Styling tab to change header background image/color only on homepage

    .home .header_color .header_bg {
        background: red;
    }

    Best regards,
    Yigit

    #655017

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘*Always* Transparent Header on Homepage (w no background image upon scroll)’ is closed to new replies.