onawhym Posted September 20, 2019 Posted September 20, 2019 Hello - I am looking to hide my footer (and nav bar/header if possible) from one page. I can't find guidance of the best way to do that with the template I'm working with. I essentially want a commerce page that is just the products, nothing else - is that able to be done? Does anyone know a code injection I can use? Thanks so much!
tuanphan Posted September 20, 2019 Posted September 20, 2019 @onawhym First, you need to find Page ID. Each page have different ID. See how to: https://beaverhero.com/squarespace-how-to/#HowtoFindPageID Then add this code to Home > Design > Custom CSS. Replace body#728a with Page ID. body#collection-58b5ed10bf629a356f09728a footer#footer { display: none !important; } Reference: https://beaverhero.com/artesia-squarespace/#Remove_Footer 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!)
onawhym Posted September 21, 2019 Author Posted September 21, 2019 You're amazing - that worked perfectly. Do you have a code injection to remove the header/top navigation bar by chance?
tuanphan Posted September 21, 2019 Posted September 21, 2019 @onawhym in the link I sent above, you will find ;) 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.