Jump to content

How do I remove the footer on this page only?

Go to solution Solved by tuanphan,

Recommended Posts

  • Solution
1 hour ago, Adam_Moon_Roq said:

I have the personal plan which allows Custom CSS but not code injection unfortunately 

 

If you use Personal Plan > Edit page where you want to hide Footer > Insert Code Block > Paste this code

<style>
  /* remove footer */
  footer.sections {display: none;}
</style>

 

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
  • 1 year later...
On 8/6/2020 at 1:38 PM, derricksrandomviews said:

It you have a business plan for custom css you have this feature as well. The code can't be added in custom css or it will hide all footers not just  on one page. 

Hello!

I have a business plan and added code to the footer thinking it would hide it only on one page... It hid everywhere and I can't find it anywhere not even in advanced features!

Anyone would know how to help me to see it and delete the code?

Thank you for any help!

Link to comment
14 hours ago, creedon said:

Please see the following.

Let us know how it goes.

Thank you fir the answer creedon!

unluckly it did not work 😞

the code i previously added on the footer in one of pages was:

 

<style>

  /* remove footer */

  footer.sections {display: none;}

</style>

Link to comment

@JackItaly

Ah. Try your code in the place I suggested and change none to unset.

If that doesn't work please post the URL for a page on your site where we can see your issue.

If your site is not public please set up a site-wide password, if you've not already done so.

Post the password here.

Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works.

Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

We can then take a look at your issue.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
11 minutes ago, creedon said:

@JackItaly

Ah. Try your code in the place I suggested and change none to unset.

If that doesn't work please post the URL for a page on your site where we can see your issue.

If your site is not public please set up a site-wide password, if you've not already done so.

Post the password here.

Adding a site-wide password is not a security breach. Please read the documentation at the link provided to understand how it works.

Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/.

We can then take a look at your issue.

The unset on wrong code thing didn't work so i played around and the code that ultimately worked on injection>footer was:

<style>

/* Footer */

Footer.sections {display:unset !important;}

</style>

thank you for your quick answers and explanations!

 

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.