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 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
OPENWALLS Posted November 9, 2020 Author Share Posted November 9, 2020 THANK YOU! THIS WORKED! Beyondspace 1 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 best , and see my profile. Thanks for your support! 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. tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as best , and see my profile. Thanks for your support! 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