JCS Posted February 21, 2022 Share 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> Link to comment
Beyondspace Posted February 21, 2022 Share 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted February 21, 2022 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
JCS Posted February 21, 2022 Author Share 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 Link to comment
Beyondspace Posted February 22, 2022 Share 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment