Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #859233

    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.

    #859477

    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

    #859610

    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.

    #860169

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.