ChiroUp Posted August 8, 2023 Share Posted August 8, 2023 https://chiroup.com/pricing I want to hide this whole block on mobile. Link to comment
Ziggy Posted August 8, 2023 Share Posted August 8, 2023 Try this Custom CSS: @media only screen and (max-width:767px) { #block-d08de90b325b2c79148a { display:none; } } 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) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
ChiroUp Posted August 8, 2023 Author Share Posted August 8, 2023 That worked when getting rid of the code block but I want to hide the entire section (everything in the gray background) "You get a lot more with ChiroUp. Click here to see the full list of features." Link to comment
Ziggy Posted August 8, 2023 Share Posted August 8, 2023 @media only screen and (max-width:767px) { section[data-section-id="638402d88f9fba37057a4363"] { display:none; } } 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) 🖼️ 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