JCS Posted February 21, 2022 Posted February 21, 2022 Hello, I mistakenly inserted the code shown below into the footer of my website which deleted every footer throughout my website when I meant to place this code into the actual page to remove the footer for that specific page. How can I reverse this/get my footer back throughout my website again? Thank you! <style> #footer-sections{display: none !important;} .Mobile-bar { display: none !important; } </style>
Beyondspace Posted February 21, 2022 Posted February 21, 2022 10 minutes ago, JCS said: Hello, I mistakenly inserted the code shown below into the footer of my website which deleted every footer throughout my website when I meant to place this code into the actual page to remove the footer for that specific page. How can I reverse this/get my footer back throughout my website again? Thank you! <style> #footer-sections{display: none !important;} .Mobile-bar { display: none !important; } </style> Can you share your site with the protected password to check your issue? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted February 21, 2022 Posted February 21, 2022 (edited) This code makes you footer disappear Check and remove it, Or add to Home > Design > Custom Css to overwrite it body #footer-sections { display: block !important; } Let me know how it goes Support me by pressing 👍 if this useful for you Edited February 21, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
JCS Posted February 21, 2022 Author Posted February 21, 2022 (edited) 13 hours ago, bangank36 said: This code makes you footer disappear Check and remove it, Or add to Home > Design > Custom Css to overwrite it body #footer-sections { display: block !important; } Let me know how it goes Support me by pressing 👍 if this useful for you Thanks but how do I access the original code to remove that footer code above that you're referring to so that I'm not inserting additional code -- so that I'm just able to remove the code I accidentally used? Thanks! Edited February 21, 2022 by JCS
Beyondspace Posted February 22, 2022 Posted February 22, 2022 14 hours ago, JCS said: Thanks but how do I access the original code to remove that footer code above that you're referring to so that I'm not inserting additional code -- so that I'm just able to remove the code I accidentally used? Thanks! So you can try my code to overwrite the original code BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment