EthanS Posted February 1, 2022 Share Posted February 1, 2022 Site URL: https://towr.media I am trying to hide an image from displaying on mobile. I tried a bunch of different CSS tricks and browsed all the forum posts I could find on the topic but none of the tricks worked for me. Maybe I'm missing something, maybe my template from ghostplugins is incompatible somehow? Any help would be much appreciated. URL: towr.media pw: towr I am trying to hide the large stylized/textured logo image on the about page since it becomes redundant with the regular logo in footer and looks huge on mobile. Attached are desktop and mobile previews, and one of the attempted fixes that did not produce any results. Beyondspace 1 Link to comment
Beyondspace Posted February 1, 2022 Share Posted February 1, 2022 1 hour ago, EthanS said: Site URL: https://towr.media I am trying to hide an image from displaying on mobile. I tried a bunch of different CSS tricks and browsed all the forum posts I could find on the topic but none of the tricks worked for me. Maybe I'm missing something, maybe my template from ghostplugins is incompatible somehow? Any help would be much appreciated. URL: towr.media pw: towr I am trying to hide the large stylized/textured logo image on the about page since it becomes redundant with the regular logo in footer and looks huge on mobile. Attached are desktop and mobile previews, and one of the attempted fixes that did not produce any results. Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1642733959352_10129 { display: none; } } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted February 1, 2022 Share Posted February 1, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. 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