Jump to content

disable built-in background paralax animations for entire cite on mobile

Go to solution Solved by tuanphan,

Recommended Posts

So the new 7.1 built-in animations for sections' backgrounds look pretty cool on desktop, but are terrible on mobile. Many CMSs disable mobile paralax scroll by default, idk why squarespace doesn't do it. Is there a way to achieve it with code for the entire cite at once? I have too many pages to do with it one by one.

Link to comment
  • Replies 3
  • Views 159
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

Add to Design > Custom CSS

@media screen and (max-width:767px) {
.section-background-canvas.background-fx-canvas {
    display: none;
}
.section-background  img {
    visibility: visible !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.