Guest Posted April 22, 2016 Share Posted April 22, 2016 I would like to hide my footer only on one page how can i make that ? My template is Bryant. Link to comment
paul2009 Posted April 22, 2016 Share Posted April 22, 2016 Hi @charlottep Bryant has a Footer and a Pre-Footer. To remove both from one page, go to the Settings for that page (the gear icon beside it) and then click the Advanced tab. In the PAGE HEADER CODE INJECTION, add the following: <style> #footer, #preFooter { display: none; } </style> To remove just the footer, use #footer { . You didn't provide a link to your site so I can't validate this for your particular site but this should work for the Bryant template. If you have any problems just post a reply. Paul Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
littlevalleyhaven Posted January 25, 2017 Share Posted January 25, 2017 @Paul2009 - I found this answer when I was searching how to remove the footer in the Bryant template & it worked so thank you! - I was wondering if you had a code for removing the entire footer for the entire template. If so - is this going to mess up what I have already done on four of my pages? Thank you!Shannon Link to comment
littlevalleyhaven Posted January 25, 2017 Share Posted January 25, 2017 @Paul2009 - I found this answer when I was searching how to remove the footer in the Bryant template & it worked so thank you! - I was wondering if you had a code for removing the entire footer for the entire template. If so - is this going to mess up what I have already done on four of my pages? Thank you!Shannon Link to comment
paul2009 Posted January 26, 2017 Share Posted January 26, 2017 The CSS code above was placed in <style> tags so that it could be added to individual pages of a website using code injection - as requested in the original question. If you wanted to remove the footer and prefooter from all pages on a [bryant] site, you wouldn't add this to individual pages. Instead, add the code (without the style tags) to Design > Custom CSS: #footer, #preFooter { display: none; } Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
thesilverpixel Posted February 23, 2017 Share Posted February 23, 2017 Certain templates will require that you use the footer's class along with !important . Such as: <style> .site-footer { display: none !important; } </style> Learning code as I go. Glad to share what I learn :) Link to comment
sunyeo Posted July 6, 2017 Share Posted July 6, 2017 Does any one know what code to use to hide footer on one page only on FORTE template?I used the code above to try on this template and it hides all of the page footers.Thank you,Sun Link to comment
flow2000 Posted January 26, 2018 Share Posted January 26, 2018 Hi, I tried @Paul2009 and @thesilverpixel 's solutions but neither worked.I'm using the Heights template. Any idea why that might be? Thanks for your help!! Link to comment
flow2000 Posted January 26, 2018 Share Posted January 26, 2018 Hi, I tried @Paul2009 and @thesilverpixel 's solutions but neither worked.I'm using the Heights template. Any idea why that might be? Thanks for your help!! Link to comment
paul2009 Posted January 26, 2018 Share Posted January 26, 2018 You need to look for a Brine solution because Heights is the Brine template. The above solution is for Bryant - the Bedford template. If you don't find an answer, post a new question with a link to your site. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
flow2000 Posted January 29, 2018 Share Posted January 29, 2018 Thank you @Paul2009 .I've found this post that you answered to as well, and played around with the code:https://answers.squarespace.com/questions/166981/hide-footer-on-one-page-using-heights-theme-thanks.html?childToView=208188#answer-208188 Link to comment
jarret Posted March 20, 2019 Share Posted March 20, 2019 Does anybody know how to add this to Jasper? Works fine editing but doesn't work when pushed live. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.