jamiek Posted September 26, 2022 Share Posted September 26, 2022 Site URL: https://www.kinchgroup.com/ Hoping someone can help me. I’m trying to hide the header and footer on an individual page. up until the launch of fluid engine, that was easily done with a little code: <style> .header, #footer-sections{ display:none !important; } </style> now when in use this code. It strips overlays off and changes colors and other details on the site Anyone have a solution they are willing to share with me? Link to comment
Solution Beyondspace Posted September 26, 2022 Solution Share Posted September 26, 2022 44 minutes ago, jamiek said: Site URL: https://www.kinchgroup.com/ Hoping someone can help me. I’m trying to hide the header and footer on an individual page. up until the launch of fluid engine, that was easily done with a little code: <style> .header, #footer-sections{ display:none !important; } </style> now when in use this code. It strips overlays off and changes colors and other details on the site Anyone have a solution they are willing to share with me? Select with the page Id to only apply code on a single page #collection-6228dfd56c79e240432efd68 .header, #collection-6228dfd56c79e240432efd68 #footer-sections{ display:none !important; } Support me by pressing 👍 if this useful for you 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 September 26, 2022 Share Posted September 26, 2022 Extension to get id: Squarespace ID Finder How to get page id: http://recordit.co/qwnj09oNCa 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
jamiek Posted September 27, 2022 Author Share Posted September 27, 2022 hi Bangank36. Thanks for replying and the help! I'll give this a go! Link to comment
jamiek Posted September 27, 2022 Author Share Posted September 27, 2022 resolved! tuanphan 1 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