Jump to content

Removing Animated Background on Mobile

Recommended Posts

Site URL: https://www.kenyattathomas.com/

Hi everyone. 

On my website, I have animated backgrounds in header sections on my website with blocks underneath the text so that the text is more visible above the animation. However, on mobile, the text no longer lines up with the boxes and looks quite wonky, so I'm looking to remove the animated background so that the background is just the plain red of the rest of the website, but on mobile only. Is there any way to code this? 

Thanks so much!

Link to comment
2 hours ago, bkenyatta said:

Site URL: https://www.kenyattathomas.com/

Hi everyone. 

On my website, I have animated backgrounds in header sections on my website with blocks underneath the text so that the text is more visible above the animation. However, on mobile, the text no longer lines up with the boxes and looks quite wonky, so I'm looking to remove the animated background so that the background is just the plain red of the rest of the website, but on mobile only. Is there any way to code this? 

Thanks so much!

You should try the following modification in Design > Custom Css

Hope it is helpful for you

@media only screen and (max-width: 767px) {
  section:first-child .section-background {
    display:none;
  }
}

 

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.