MMStudio Posted July 28, 2023 Share Posted July 28, 2023 Hi. I've used CSS code many times in order to hide elements on mobile or desktop with succes. I've used this code for mobile: /* Hide this on Mobile */ @media screen and (max-width:640px) { [data-section-id="64beb96412f80705c61f0ed9"] { display: none; } } But all of the sudden it doesn't appear when I try to hide a element. It just sticks to the page. Does any of you know a solution to this? Link to comment
Ziggy Posted July 28, 2023 Share Posted July 28, 2023 Can you share your website URL and the page this section is on? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
MMStudio Posted July 28, 2023 Author Share Posted July 28, 2023 URL: https://malenemosevang.dk/ Page: https://malenemosevang.dk/personlig-traening-1 But I've just tried to apply the css code to other pages and the same issue is there. I've had succes using the code earlier this week, but suddenly yesterday it gave up 😅 Link to comment
Ziggy Posted July 28, 2023 Share Posted July 28, 2023 Have you got the Section ID correct? I can't see that section ID on desktop or mobile on the page you shared. The code works fine in my testing Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
MMStudio Posted July 28, 2023 Author Share Posted July 28, 2023 I've deleted the code again since it didn't work. For example if I wan't to hide the header on this page: https://malenemosevang.dk/personlig-traening I inset this code: /* Hide this on Mobile */ @media screen and (max-width:640px) { [data-section-id="64beb5b2745beb236d5d6668"] { display: none; } } Isn't that correct? Link to comment
MMStudio Posted July 28, 2023 Author Share Posted July 28, 2023 Ah I can see when I visit the site that the code actually applies - it just doesn't apply in the preview in squarespace which it use to do? Link to comment
Ziggy Posted July 28, 2023 Share Posted July 28, 2023 I wonder if you have an error somewhere in your Custom CSS that is causing this problem? It should apply in the editor and preview if everything is working correctly. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
MMStudio Posted July 28, 2023 Author Share Posted July 28, 2023 Hmm.. That's possible but not sure to figure out if or where the mistake is. Link to comment
Ziggy Posted July 28, 2023 Share Posted July 28, 2023 You can share it here, and I can try and find any errors. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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