Jump to content

HELP- Hide Collection title on some index pages-Forte template

Recommended Posts

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 :

I want it to show on these: 

The css code is currently applied and hiding on all index pages

Thanks!

Link to comment

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: image.png.3f457aca7c64518ba0250044f5165a56.png

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 plugin
If 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
  • 2 weeks later...

@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 best , and see my profile. Thanks for your support!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.