revisor Posted April 18, 2023 Share Posted April 18, 2023 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
tuanphan Posted April 22, 2023 Share Posted April 22, 2023 Hi, If you share link to your site, we can try some code to disable this 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
revisor Posted April 24, 2023 Author Share Posted April 24, 2023 On 4/21/2023 at 5:13 PM, tuanphan said: Hi, If you share link to your site, we can try some code to disable this Hi, my website has background parallax animation on pages: https://www.gallerymilmar.com/ , https://www.gallerymilmar.com/services , and the banner on every individual artists' page under https://www.gallerymilmar.com/artists Link to comment
Solution tuanphan Posted April 25, 2023 Solution Share Posted April 25, 2023 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment