RefugeChurch Posted November 19, 2022 Posted November 19, 2022 (edited) Hello, I have two brands on my site. 1. Church 2. Counseling https://www.texasgrandchapel.org/counseling-home I want to be able to hide specific folders in footer on specific page. As seen below of the folders in footer I want hidden for specific pages. Is there an easy way to do this in advanced CSS? Edited November 19, 2022 by RefugeChurch
RefugeChurch Posted November 19, 2022 Author Posted November 19, 2022 On 10/28/2022 at 4:38 PM, bangank36 said: Can you share your site with the protected password (if you have) so we can take a look? no password needed. https://www.texasgrandchapel.org/counseling-home
tuanphan Posted November 23, 2022 Posted November 23, 2022 You mean hide About Us + Services columns on this page? https://www.texasgrandchapel.org/counseling-home Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RefugeChurch Posted November 25, 2022 Author Posted November 25, 2022 On 10/28/2022 at 4:38 PM, bangank36 said: Can you share your site with the protected password (if you have) so we can take a look? I need on this link https://www.texasgrandchapel.org/church-home Hide both link folders: About Us + Our Services Then, on this link https://www.texasgrandchapel.org/counseling-home I need to hide both link folders: About folder + Ministries folder
Beyondspace Posted November 26, 2022 Posted November 26, 2022 18 hours ago, RefugeChurch said: I need on this link https://www.texasgrandchapel.org/church-home Hide both link folders: About Us + Our Services Then, on this link https://www.texasgrandchapel.org/counseling-home I need to hide both link folders: About folder + Ministries folder You can try adding to Home > Design > Custom Css .Footer-business-info-item.Footer-business-info-item--email { max-width: unset; } /*hide on church-home*/ #collection-6276d30cd7e1540d55824ae9 .Footer-nav .Footer-nav-group:first-child, #collection-6276d30cd7e1540d55824ae9 .Footer-nav-group:nth-child(5) { display: none; } /*hide on counseling-home*/ #collection-63568126bfd4ba57814422c5 .Footer-nav .Footer-nav-group:nth-child(3), #collection-63568126bfd4ba57814422c5 .Footer-nav-group:nth-child(7) { display: none; } Support me by pressing 👍 or marking as solution if this useful for you tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted November 26, 2022 Posted November 26, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted November 26, 2022 Posted November 26, 2022 The key is using the Squarespace ID Finder extension to get the right Page ID to set CSS style for footer menu http://recordit.co/qwnj09oNCa BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment