Hi,
I set my header background using css:
#header .container { background: url(‘/wp-content/uploads/HeaderPattern.png’) !important; }
Now, I want to change the background when the user scroll down.
I should be similar to using the transparency option, but instead of changing the logo and the font color when scrolling down, I want to change the background image of the header.
Is it possible?
Tnx.
Hey alonarad,
I’m not sure if that would be possible, but send us a link to where you are trying this so that we can have a close look.
Best regards,
Rikard
Hi,
You can see that the header has 2 layers of background:
#header_main {
background: url(/wp-content/uploads/HeaderPattern.png), url(/wp-content/uploads/HeaderPatternTop.png) !important;
background-position: -20px 0, 50% !important;
}
I want to remove one layer when the user scrolls down.
Tnx.
Hi alonarad,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria