ivnisigoth316 Posted July 5, 2022 Share Posted July 5, 2022 Site URL: https://www.pollardstreetprocessing.com/ Site pass: ._ufVWnJzxeqghto_Q!n8H7_ Hello, I'm trying to hide the grey box that contains am image and the text 'take me home' on my footer, but only on the hompage. It makes no sense to say take me home when youre already on the home page. I am trying to hide the section with the following code: /* Hide this on Mobile */ @media screen and (max-width:767px) { [data-section-id="61a11c6f01d66c32ef8d9591"] { display: none; } } /* Hide this on Tablet - Desktop */ @media screen and (min-width:768px) { [data-section-id="61a11c6f01d66c32ef8d9591"] { display: none; } } But the section remains. Can anyone help? I'd be very appreciative. Thanks in advanced, Jack Link to comment
Solution christyprice Posted July 5, 2022 Solution Share Posted July 5, 2022 #collection-618c2bbce1ae7c27313ab6d4 section[data-section-id="61a11c6f01d66c32ef8d9591"] { display: none; } Try this in Custom CSS. ivnisigoth316 1 christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
ivnisigoth316 Posted July 10, 2022 Author Share Posted July 10, 2022 @christyprice Thats perfect, thanks so much! Link to comment
aaronsydecar Posted September 1, 2022 Share Posted September 1, 2022 I have a similar problem - I'd like to hide footer links but not the social links via header injection. I'd be greatful for any help! https://learn.sydecar.io/ Link to comment
christyprice Posted September 1, 2022 Share Posted September 1, 2022 Hi @aaronsydecar are you looking to hide the footer links on a particular page? If so, which one so we can pull the correct id? christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
aaronsydecar Posted September 1, 2022 Share Posted September 1, 2022 30 minutes ago, christyprice said: Hi @aaronsydecar are you looking to hide the footer links on a particular page? If so, which one so we can pull the correct id? https://learn.sydecar.io/sydecar-spvs Thanks! Link to comment
christyprice Posted September 1, 2022 Share Posted September 1, 2022 @aaronsydecar try this in Custom CSS #collection-6310f82ba0d2e723b38d4f03 #block-yui_3_17_2_1_1662059294363_46103, #collection-6310f82ba0d2e723b38d4f03 #block-yui_3_17_2_1_1662059294363_49618 { display: none; } StacyD 1 christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
aaronsydecar Posted September 1, 2022 Share Posted September 1, 2022 @christyprice Is the "collection" the page ID? Link to comment
christyprice Posted September 1, 2022 Share Posted September 1, 2022 @aaronsydecar yes - I use the first plugin linked here to find it: https://christyprice.com/blog/chrome-extensions-squarespace-designers aaronsydecar 1 christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
aaronsydecar Posted September 2, 2022 Share Posted September 2, 2022 @christypriceTHANK YOU! You've been an immense help! christyprice 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