Jump to content

Remove Footer on Single Page 7.1

Recommended Posts

Site URL: https://www.lucillegeist.com

I know this question has been asked on here a MILLION times, so I'm sorry!

I've tried nearly all the code injections I see on those posts. They successfully remove the header, but I can't seem to get rid of the dang footer. (it actually worked previously, but the footer reappeared recently...)

I'd appreciate any help! Thanks!

Edited by JessJones
Link to comment
  • Replies 3
  • Views 498
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hey, It seems to me that the problem is not header or footer. Both are disabled on your site. But your background section only has 100 vw (view port width) but no assignment has been made regarding the height. Try adding this to the page as a code block:

<style>
.section-background {
height:100vh !important;
}
</style>

If you wish to do this on custom CSS, try this:

#collection-604511c37fd55a00f825a3ca .section-background {
height: 100vh !important;
}

Good luck!

Edited by aravsanj
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.