Maxnewby Posted December 12, 2022 Share Posted December 12, 2022 Hello, On my website I added a custom css but I would like to exclude my homepage from it rather than manually enter every single section id to the code - how can I apply to all other pages and exclude the homepage ? } .page-section{border-bottom :2px double white} } The section ID : section[data-section-id="6396e4c6c8f60153c43151f6"] The collection ID : #collection-6396e4aa8baa4967b3b2c364 password : TEST Thank you in advance. Link to comment
Ziggy Posted December 12, 2022 Share Posted December 12, 2022 Can you share your website URL? 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Maxnewby Posted December 12, 2022 Author Share Posted December 12, 2022 Hello Ziggy ! Sorry https://www.valentinpilate.com/ Link to comment
Ziggy Posted December 13, 2022 Share Posted December 13, 2022 Try this Custom CSS: body:not(#collection-6396e4aa8baa4967b3b2c364) { .page-section { border-bottom:2px double white; } } The :not(#class) allows you to exclude pages or styles (any class or ID) from applying to a certain area. Let me know if that works, give me a thumbs up if it does! Thanks! Maxnewby 1 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Maxnewby Posted December 13, 2022 Author Share Posted December 13, 2022 Hello Ziggy ! Thank you very much it works ! Ziggy 1 Link to comment
Solution Ziggy Posted December 13, 2022 Solution Share Posted December 13, 2022 Just now, Maxnewby said: Hello Ziggy ! Thank you very much it works ! No problem! Thanks for the reaction, can you mark my post as the solution to your question too? 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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