charlottewritescopy Posted January 7 Share Posted January 7 Hiya! So, I'm trying to hide one image on mobile only, https://www.studio-sonder.co.uk/projects/bumble - if you have a look at the link, I think you'll be able to see why! I've tried a ton of code, but nothing seems to be able to remove it on mobile only, Wondered if anyone might be able to help? Link to comment
paul2009 Posted January 7 Share Posted January 7 10 hours ago, charlottewritescopy said: I'm trying to hide one image on mobile only...I've tried a ton of code You shouldn't need code. Whilst in the page editor, choose the mobile preview (click the mobile icon in the top right) and then drag this image so that it is covered by one of the other images 🙂. Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
charlottewritescopy Posted January 7 Author Share Posted January 7 Yes, so I've just moved it there so you can see which image I'd like to hide if that makes sense? Link to comment
Solution paul2009 Posted January 7 Solution Share Posted January 7 Sure, but when you select this image, you should be able to move it behind the one of the other images (see below). Have I misunderstood what you want to be able to do? Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
charlottewritescopy Posted January 7 Author Share Posted January 7 OMG did not think to do this!! thank you x paul2009 1 Link to comment
yubrajs Posted January 7 Share Posted January 7 Add this code on custom css: @media only screen and (max-width: 428px) { .fe-block-b6804471b49af71182da { display: none !important; } } This code will hide the first image. See the attachment is this how you want? charlottewritescopy 1 Link to comment
Andrew101 Posted June 7 Share Posted June 7 Is there a way to have hide an image specifically in the footer? Link to comment
tuanphan Posted June 10 Share Posted June 10 On 6/7/2024 at 7:07 AM, Andrew101 said: Is there a way to have hide an image specifically in the footer? You can find ID of Image, then use this code to Custom CSS @media screen and (max-width:767px) { footer.sections enter-id-of-image-block { display: none; } } 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