Jump to content

How can I hide blog tags?

Recommended Posts

  • Replies 23
  • Views 23.8k
  • Created
  • Last Reply
  • 1 year later...

I was trying to do this with the template Avenue and just adding that CSS did not work on its own. I found another page saying this would work and it worked for me:


.collection-type-blog article footer {
 .tags,
 .categories {
   display: none;
 }
}

Link to comment
  • 4 weeks later...
  • 4 months later...

Pacific

To hide tags on Blog Pages in Pacific, you can add this to Custom CSS Editor:


.collection-type-blog .entry-tags {
 display: none
}

To hide categories, add this:


.collection-type-blog .entry-category {
 display: none
}

To hide both tags and categories, you can combine them:


.collection-type-blog {
 .entry-tags,
 .entry-category {
   display: none
 }
}


Montauk

To hide tags on Blog Pages in Montauk, you can add this to Custom CSS Editor:


.collection-type-blog .meta .categories {
 display: none
}

To hide categories, add this:


.collection-type-blog .meta .categories {
 display: none
}

To hide both tags and categories, combine them:


.collection-type-blog .meta {
 .tags,
 .categories {
   display: none
 }
}


Link to comment
  • 3 weeks later...

In Montauk, the previous solution hides the tags on both the blog home page (after each "read more") and on the blog posts, is there a way to hide them just on the blog home page? I would like to show the tags only on the actual blog posts if that's possible. Thx

Link to comment
  • 2 months later...
  • 8 months later...
  • 4 months later...

Any chance anyone knows how to only display one tag in a Summary block?

Using a Summary Block I.m sourcing posts for a specific Category and specific Tag but the block actually displays all the tags that are used on the specific post. How can I only display just the first tag of the ones used for the specific post?

I've tried first-of-type and other various things I could find online but nothing worked.

Thanks!

Link to comment

Thanks Nick. I have a similar question

Any chance anyone knows how to only display one tag in a Summary block?

Using a Summary Block I.m sourcing posts for a specific Category and specific Tag but the block actually displays all the tags that are used on the specific post. How can I only display just the first tag of the ones used for the specific post?

I've tried first-of-type and other various things I could find online but nothing worked.

Thanks!

Link to comment
  • 4 months later...
  • 4 months later...
  • 4 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 2 years later...

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.