Bartigol Posted March 3, 2021 Share Posted March 3, 2021 (edited) Site URL: https://www.dutchcoursesrotterdam.com/webinar I would like to remove the header, footer, menu and especially one button 'Sign up!' from a landing page. I have used the code below but the menu, button and footer is still there (perhaps because it's an unlinked page?) Can anyone help? <style> #header { display: none } </style> Edited March 3, 2021 by Bartigol Beyondspace 1 Link to comment
Beyondspace Posted March 3, 2021 Share Posted March 3, 2021 14 minutes ago, Bartigol said: Site URL: https://www.dutchcoursesrotterdam.com/webinar I would like to remove the header, footer, menu and especially one button 'Sign up!' from a landing page. I have used the code below but the menu, button and footer is still there (perhaps because it's an unlinked page?) Can anyone help? <style> #header { display: none } </style> The menu and button is on a code block... footer, header, #block-f85cdbb04f7e74cfd6c0 .sqs-block-content p:nth-child(1), #block-7ab5e35fbc858f87de3f { display: none; } tuanphan 1 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
Bartigol Posted March 3, 2021 Author Share Posted March 3, 2021 5 minutes ago, bangank36 said: footer, header, #block-f85cdbb04f7e74cfd6c0 .sqs-block-content p:nth-child(1), #block-7ab5e35fbc858f87de3f { display: none; } Thank you for your reply. I am not sure what you mean by 'it's on a code block'. Should I remove the code block? Or should I paste the code you sent in 'advanced' of the page 'webinar'? Link to comment
Solution Beyondspace Posted March 3, 2021 Solution Share Posted March 3, 2021 (edited) 55 minutes ago, Bartigol said: Thank you for your reply. I am not sure what you mean by 'it's on a code block'. Should I remove the code block? Or should I paste the code you sent in 'advanced' of the page 'webinar'? Just paste the snippet into Advance code injection of the webinar page. Head up: I forgot the <style> tag <style> footer, header, #block-f85cdbb04f7e74cfd6c0 .sqs-block-content p:nth-child(1), #block-7ab5e35fbc858f87de3f { display: none; } </style> Edited March 3, 2021 by bangank36 tuanphan 1 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
Bartigol Posted March 3, 2021 Author Share Posted March 3, 2021 Thank you so much! It works now! Beyondspace 1 Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 On 3/3/2021 at 10:36 PM, Bartigol said: Thank you so much! It works now! I see your site has huge spacing here. Add to Design > Custom CSS to reduce spacing /* Webminar spacing */ [data-section-id="601bc7a3feb474791ab7ea2e"] .content-wrapper { padding-bottom: 0 !important; } 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
ckc123 Posted October 27, 2023 Share Posted October 27, 2023 Hi, I'd like to remove the enquire now button in the header on one specific page. www.mountstreetstudios.co.uk/koresounds Any help would be very appreciated! Link to comment
tuanphan Posted October 29, 2023 Share Posted October 29, 2023 On 10/27/2023 at 7:15 PM, ckc123 said: Hi, I'd like to remove the enquire now button in the header on one specific page. www.mountstreetstudios.co.uk/koresounds Any help would be very appreciated! I don't see enquire now button. 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
Create an account or sign in to comment
You need to be a member in order to leave a comment