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
  • Replies 6
  • Created
  • Last Reply

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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date format)
💫 Animated Buttons (Referral URL)
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
  • 2 weeks later...

@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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.