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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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