• I want to remove the parallax scrolling from a child theme using Twenty Seventeen – so that the whole header image and navbar scroll together rather than the navbar scrolling over the header image. How can I make this change? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you figure this out? I am trying to do the same thing.

    Any info would be helpful.

    thanks!

    CSS line approx 3684 replace ‘fixed’ by ‘scroll’

    .background-fixed .panel-image {
    background-attachment: scroll;
    }

    Hope it helps

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove parallax scrolling – twenty seventeen’ is closed to new replies.