Gautier Posted January 14, 2022 Share Posted January 14, 2022 Site URL: https://metaxana.com Hi there everyone, I am trying to hide only the image from the image block for the mobile version. Whilst it's nice on the desktop version, the product photo hides the cocoon in the mobile version, so I want to hide it, but keep the text. Anyway I can do that?? I tried to hide sections and blocks, but it's not what I need. Thank you in advance password: metaXana2022 Link to comment
tuanphan Posted January 15, 2022 Share Posted January 15, 2022 Add to Design > Custom CSS /* hide image on mobile homepage */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1639664889103_6110 .intrinsic { 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
PeterMills Posted April 5, 2022 Share Posted April 5, 2022 Hey, how do you find out the block or blocks ID to hide? Link to comment
tuanphan Posted April 6, 2022 Share Posted April 6, 2022 20 hours ago, PeterMills said: Hey, how do you find out the block or blocks ID to hide? Use this free tool: https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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
fufu15 Posted March 14 Share Posted March 14 Hello, I have similar issue, I could hide the image on mobile, but the block's space is still there, only the image disappeared.. Is there a solution for that? Thank you! Link to comment
tuanphan Posted March 16 Share Posted March 16 On 3/14/2024 at 9:34 PM, fufu15 said: Hello, I have similar issue, I could hide the image on mobile, but the block's space is still there, only the image disappeared.. Is there a solution for that? Thank you! If you use Fluid Engine, will need to adjust CSS grid to remove this space. You can share link to page where you use image, I can check easier 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