jageruffelman Posted October 11, 2022 Posted October 11, 2022 Site URL: https://www.jageruffelman.com/ Hello, I was trying to remove the footer from one page so I created a code box to footer and applied this code. <!-- Hide Part of the Footer --> <style> footer .page-section:nth-of-type(1){ display: none; } </style> But it removed all the footers and now I cant view them to change it back. There are no footers and I have no way to delete that code because the footer is gone. Please help?
Ziggy Posted October 11, 2022 Posted October 11, 2022 It's not the best place to be adding page styling directly on the page. You'll want to place it in the Page Header Code Injection of the Custom CSS. If you place it in the Custom CSS you can target the pages by using the page ID (starting #collection-), something like this: #collection-608c172fe5f0651c28019082 { footer .page-section:nth-of-type(1){ display: none; } } Where on the page did you add the Code Block? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
jageruffelman Posted October 11, 2022 Author Posted October 11, 2022 I added a code block to the footer but when I did that, all the footers disappeared on each page. So now I can't locate that code block to delete it.
creedon Posted October 11, 2022 Posted October 11, 2022 Quote I added a code block to the footer but when I did that, all the footers disappeared on each page. So now I can't locate that code block to delete it. Put your site into Safe Mode <https://cuboid-brass-gps8.squarespace.com/config/safe>. jageruffelman 1 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment