Sladey16 Posted March 8, 2021 Share Posted March 8, 2021 Hi, How do you hide banners on all pages EXCEPT for the main website page? Thank you!! Link to comment
Beyondspace Posted March 9, 2021 Share Posted March 9, 2021 48 minutes ago, Sladey16 said: Hi, How do you hide banners on all pages EXCEPT for the main website page? Thank you!! What is your site url? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Sladey16 Posted March 9, 2021 Author Share Posted March 9, 2021 dinosandyoung.squarespace.com Password: dinosandyoung2021 Link to comment
Beyondspace Posted March 9, 2021 Share Posted March 9, 2021 6 minutes ago, Sladey16 said: dinosandyoung.squarespace.com Password: dinosandyoung2021 Use the page unique id .page-banner-wrapper { display: none; } #collection-60148b45c73a964fde9cb674 .page-banner-wrapper { display: block; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Sladey16 Posted March 9, 2021 Author Share Posted March 9, 2021 Will this look the same on a mobile phone? Link to comment
Beyondspace Posted March 9, 2021 Share Posted March 9, 2021 Just now, Sladey16 said: Will this look the same on a mobile phone? hide on both desktop mobile BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Sladey16 Posted March 9, 2021 Author Share Posted March 9, 2021 I only want banner on front page and CONTACT page.... the same code? Link to comment
Beyondspace Posted March 9, 2021 Share Posted March 9, 2021 31 minutes ago, Sladey16 said: I only want banner on front page and CONTACT page.... the same code? change .page-banner-wrapper { display: none; } #collection-60148b45c73a964fde9cb674 .page-banner-wrapper, #collection-60149e4dff58f81f27bab4e3 .page-banner-wrapper { display: block; } Use this tool to check page id Chrome Web Store - Extensions (google.com) BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
tuanphan Posted March 20, 2021 Share Posted March 20, 2021 On 3/9/2021 at 10:45 AM, Sladey16 said: dinosandyoung.squarespace.com Password: dinosandyoung2021 Hi. I see your site overlap on mobile.. You can add this to Design > Custom CSS /* Mobile home overlap */ @media screen and (max-width:767px) { div#page-60148b45c73a964fde9cb674 { margin-top: 120px; } span.sqs-announcement-bar-close { 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
Sladey16 Posted May 2, 2021 Author Share Posted May 2, 2021 My website still has blue banner? How can I remove/>? Link to comment
tuanphan Posted May 4, 2021 Share Posted May 4, 2021 On 5/2/2021 at 10:43 PM, Sladey16 said: My website still has blue banner? How can I remove/>? We don't see it here. Can you take a screenshot? 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
Archived
This topic is now archived and is closed to further replies.