OPENWALLS Posted November 4, 2020 Share Posted November 4, 2020 Site URL: https://www.open-walls.org/ Hi All, I am trying to hide the collection title on some indexs. See open-walls.org I am using this code and it hides it on all pages. Is there a way I can tell it to hide and show on some indexs using css? div.collection-detail-wrapper { display: none; } For example I want it hidden it in these : https://www.open-walls.org/livingroom https://www.open-walls.org/geofictionslatour I want it to show on these: https://www.open-walls.org/lobby https://www.open-walls.org/galleries https://www.open-walls.org/archives The css code is currently applied and hiding on all index pages Thanks! Link to comment
Beyondspace Posted November 5, 2020 Share Posted November 5, 2020 You can follow this 1. Use Chrome extension Find Squarespace Ids can help you to find the page id (collection id) 2. Collect all the id you want on the pages want it hidden eg: 3. In your code add the id like so #collection-id1 div.collection-detail-wrapper, #collection-id2 div.collection-detail-wrapper, #collection-id3 div.collection-detail-wrapper { display: none; } Replace the words #collection-id... accordingly to achieve BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
OPENWALLS Posted November 9, 2020 Author Share Posted November 9, 2020 THANK YOU! THIS WORKED! Link to comment
Kristincollins Posted November 19, 2020 Share Posted November 19, 2020 How were you able to hide your indexes? I want them all hidden Link to comment
creedon Posted November 19, 2020 Share Posted November 19, 2020 @Kristincollins Please post a URL for a page where you want to hide your indexes. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. We can then take a look at your issue. 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. Link to comment
Kristincollins Posted November 19, 2020 Share Posted November 19, 2020 https://seadragon-flatworm-w9l8.squarespace.com/ password; no808 Link to comment
creedon Posted November 19, 2020 Share Posted November 19, 2020 @Kristincollins Add the following to Design > Custom CSS. .sqs-gallery-design-stacked .collection-detail-wrapper { display: none; } This is for a v7.0 site using the Forte template. This is fairly broad. If you find that things are not being displayed when you expect them to be displayed, let us know and we can try to adjust the CSS. Let us know how it goes. 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. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.