Tony_Jaycott Posted March 25, 2013 Posted March 25, 2013 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
Nick Scola Posted March 25, 2013 Posted March 25, 2013 Which template are you using? Not all templates are the same when it comes to the tag class / id name. Squarespace developer since 2007. I create a professional process for each client to ensure that your objectives are met and users are happy. Something I love to embrace. I'm available for hire Get in touch at http://www.nickscola.com or via email at squaretuts@gmail.com
Tony_Jaycott Posted March 26, 2013 Author Posted March 26, 2013 I see. I'm currently using 'Avenue'. anthonyjaycott.com
Nick Scola Posted March 26, 2013 Posted March 26, 2013 Paste this in Custom CSS: .collection-type-blog article footer .tags { display: none; } Squarespace developer since 2007. I create a professional process for each client to ensure that your objectives are met and users are happy. Something I love to embrace. I'm available for hire Get in touch at http://www.nickscola.com or via email at squaretuts@gmail.com
E123 Posted August 14, 2014 Posted August 14, 2014 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; } }
aserrao Posted January 7, 2015 Posted January 7, 2015 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 } }
Katja Posted January 26, 2015 Posted January 26, 2015 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
Guest Posted March 30, 2015 Posted March 30, 2015 This worked perfectly in the Avenue template, thanks so much! Appreciated.
remi t Posted December 24, 2015 Posted December 24, 2015 What about Alex? Can't figure it out...Thanks!
remi t Posted December 24, 2015 Posted December 24, 2015 What about Alex? Can't figure it out...Thanks!
dimitrisk Posted May 6, 2016 Posted May 6, 2016 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!
dimitrisk Posted May 6, 2016 Posted May 6, 2016 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!
Trey_SQSP Posted September 29, 2016 Posted September 29, 2016 This should work: .entry-meta { display: none; }
ridlerontheroof Posted February 19, 2017 Posted February 19, 2017 I couldn't get any of these to work in Heights either. Can anyone help out?
Guest Posted March 18, 2017 Posted March 18, 2017 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!
Guest Posted March 18, 2017 Posted March 18, 2017 The one you list for Pacific also works for Horizon. Thank you!
mariebrignot Posted April 10, 2017 Posted April 10, 2017 I'd like to hide the category but not the tags with the native template .I've tried all the codes but none of them work. Can someone help me ?Thanks !
EmaAries Posted April 1, 2020 Posted April 1, 2020 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
Yanitza Posted April 3, 2020 Posted April 3, 2020 How can I hide blog post tags in the Wexley template? Also, my excerpt images are not showing, how do I fix it?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.