Jump to content

Remove Section Backround from Mobile View Only

Go to solution Solved by Ziggy,

Recommended Posts

Hello, i hope you are well.

I'm using the following custom CSS to remove the background image from mobile view only 

 

#block-yui_3_17_2_1_1693087746867_2395 .sqs-native-video .native-video-player {
    padding-bottom: 100% !important;
}


@media only screen and (max-width: 640px){
#page .page-section:nth-child(3) .section-background img {opacity:0 }
}

 

first part i used it to change the size of some videos and it's working on the main page.
Second part is not working at all, and it's on a different page.

I tried all the other solutions on this forum using these codes too

/* Dustin mobile top image */
@media screen and (max-width:767px) {
[data-section-id="619ebfc05df22c3512776d59"] img {
    visibility: hidden;
}
[data-section-id="619ebfc05df22c3512776d59"] .section-background {
    background-color: black;
}
}

 

and this one

@media (max-width: 768px) {
    section[data-section-id="5ea5df28b7d80f496463e8db"] .section-background img
    
    {
        display:none;
    }
}

 

also changing the section name with the chrome extension, but nothing seems working.
It's my personal website and i would like to fix it please

 

 

Link to comment

Can you share your website URL, and the page and section you're referring to?

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
  • Solution

Try this Custom CSS:

@media only screen and (max-width:767px) {
  section[data-section-id="64ff3f15770562499d765cbb"] .section-background {
    display:none;
  }
}

Let me know if that works.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
5 minutes ago, Sponzy said:

Amazing, thank you so much!

Happy to help!

Can you mark my post as the solution and give it a like? Thanks!

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

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.