• Resolved MW-Design

    (@mw-design)


    Dear community,

    I want to create a parallax effect for the header image of the site
    https://www.rikjebettig.de
    The Theme I’m using is a child-theme of the theme named Oblique.
    First I got a solution for this problem with the plugin “Super Simple jQuery Parallax Background” but after an update it doesn’t work anymore. I delete and installed the plugin again, but that doesn’t fix it.

    Can anybody help me with this?

    I’m glad about your answers.

    Regards.
    MW

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this to the bottom of your child theme style.css file:

    body .site-header {
        background-attachment: fixed !important;
    }

    Thread Starter MW-Design

    (@mw-design)

    Wow, it works!
    Thank you for your help and your fast answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Parallax effect for header image in "oblique"-Theme’ is closed to new replies.