David001 Posted April 8, 2020 Share Posted April 8, 2020 Site URL: http://www.djwconsultancy.co.uk/djwlanding1 Hi I am a novice at this. I have produced a landing page using leadpages and copied the Dynamic HTML Code into my landing page on squarespace. Unfortunately Square space still displays the default header, body and footer of the default template designed for my site. How do I go about changing this? Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 Add to Home > design > Custom CSS body#collection-5e8d89cb813db05894016912 { header#header { display: none; } footer#footer-sections { display: none; } } 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
David001 Posted April 8, 2020 Author Share Posted April 8, 2020 5 hours ago, tuanphan said: Add to Home > design > Custom CSS body#collection-5e8d89cb813db05894016912 { header#header { display: none; } footer#footer-sections { display: none; } } Thank you for your response. Unfortunately that didn't make all of the sections disappear. Link to comment
tuanphan Posted April 11, 2020 Share Posted April 11, 2020 Try adding to Page Settings > Advanced > Header <style> header#header { display: none; } footer#footer-sections { display: none; } </style> This will hide header, footer. With body content, depend your block, need other code 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
brandi_sqspace Posted August 27, 2020 Share Posted August 27, 2020 Hey, y'all! Thanks so much for this thread. This works for me—thank you! But, see my site here: https://brandingofficehours.com/thank-you-offer (pw: branding) For some reason, Squarespace is adding a long white section at the end of the page. Does anyone know how I might get rid of that? @tuanphan? Thanks in advance for your help! Link to comment
IXStudio Posted August 27, 2020 Share Posted August 27, 2020 Hi @brandi_sqspace Use this code in Design -> Custom CSS div#siteWrapper { min-height: 0 !important; } Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
brandi_sqspace Posted August 27, 2020 Share Posted August 27, 2020 @IXStudio That worked! Bless you! 🙂 Off to give a like now! Link to comment
brandi_sqspace Posted September 2, 2020 Share Posted September 2, 2020 @IXStudio Hey, internet friend! One last question here. I tried applying the same site-wrapper code to this page as I did on that other landing page you helped me with and it's not working there in the same way. Do you know what I'm doing wrong here? Again, site pw is "branding". Here's the code I have installed, though I'm sure you can inspect it: <html> <head> <meta property="og:url" content="https://brandistanley636.lpages.co/fbs-landing/" /> <link rel="opengraph" href="https://brandistanley636.lpages.co/fbs-landing/" /> <script src="//brandistanley636.lpages.co/_/js/fbs-landing/"></script> </head> <style type="text/css"> header, footer {display: none;} section {padding-top: 0 !important;} div#siteWrapper { min-height: 0 !important; } </style> </html> The bottom of the page should just look like the attached image. Link to comment
brandi_sqspace Posted September 3, 2020 Share Posted September 3, 2020 @IXStudio I would ditch every other question I have in the forum to find this one solution out because it's my key selling page, if you have any time/space to offer one! Or, willing to pay for your time, as I'm sure it's a quick fix like last time (hopefully). Any insights appreciated! Link to comment
IXStudio Posted September 3, 2020 Share Posted September 3, 2020 Hi @brandi_sqspace Please contact me via DM or Skype: LeopoldJobs Please use the like button if it helps you! Best, Leopold Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.