Jump to content

How can I hide blog tags?

Recommended Posts

Posted

I have imported my Tumblr site onto a blog page, and I’ve noticed how unnecessary the tags seem in this format. Is there some code I can use somewhere to hide them?

Does anyone have any idea what code I could try and where I should put it?

Thank you.

anthonyjaycott.com

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

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;
 }
}

  • 4 weeks later...
  • 4 months later...
Posted

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
 }
}


  • 3 weeks later...
Posted

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

  • 2 months later...
Posted

This worked perfectly in the Avenue template, thanks so much! Appreciated.

  • 8 months later...
  • 4 months later...
Posted

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!

Posted

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!

  • 4 months later...
  • 4 months later...
  • 4 weeks later...
Posted

For what it's worth, this didn't work for me on the Horizon template. User alexberen's css below worked though. Thank you all!

Posted

The one you list for Pacific also works for Horizon. Thank you!

  • 2 weeks later...
  • 2 weeks later...
  • 2 years later...
Posted

Here is the CSS code to hide blog post tags in The Wells Template 

 

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

Break it, till you make it

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.