• user2015

    (@user2015)


    Hi,
    I hace 5 websites using Sydney Theme + elementor.
    Suddenly parallax backgrounds included in all sites stopped working in Chrome (not in Firefox)
    I browsed Sydney theme´s support forum and I found a lot of users with the same issue but I haven´t found any fix to this.
    Hope you can help me please!!!

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    html {
      scroll-behavior: auto !important;
    }

    Hope that fix your issue.

    Thread Starter user2015

    (@user2015)

    Hi Kharis!
    Thanks for your reply but it doesn´t work.
    Can this issue be related to any update to the theme?

    Hi,

    We did further checking and found the main theme’s stylesheet should be updated to include a fix for this issue. Meanwhile, for temporarily, please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .elementor-section { 
      -webkit-transform: none; 
    }

    The permanent fix will come in the next theme update. So you can remove this code once the theme is updated.

    Thread Starter user2015

    (@user2015)

    Hi,
    This code works fine.
    Thanks a lot! 😉

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

The topic ‘Parallax background not working’ is closed to new replies.