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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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