Tony_Jaycott Posted March 25, 2013 Share 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 Link to comment
Nick Scola Posted March 25, 2013 Share 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 Link to comment
Tony_Jaycott Posted March 26, 2013 Author Share Posted March 26, 2013 I see. I'm currently using 'Avenue'. anthonyjaycott.com Link to comment
Nick Scola Posted March 26, 2013 Share 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 Link to comment
Tony_Jaycott Posted March 26, 2013 Author Share Posted March 26, 2013 Thank you! anthonyjaycott.com Link to comment
E123 Posted August 14, 2014 Share 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; } } Link to comment
Katy Noelle Posted September 7, 2014 Share Posted September 7, 2014 Thank you so much, E123! It worked! Link to comment
aserrao Posted January 7, 2015 Share 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 } } Link to comment
emskittle Posted January 7, 2015 Share Posted January 7, 2015 Thank you! So helpful that worked :)) Link to comment
Katja Posted January 26, 2015 Share 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 Link to comment
Guest Posted March 30, 2015 Share Posted March 30, 2015 This worked perfectly in the Avenue template, thanks so much! Appreciated. Link to comment
remi t Posted December 24, 2015 Share Posted December 24, 2015 What about Alex? Can't figure it out...Thanks! Link to comment
remi t Posted December 24, 2015 Share Posted December 24, 2015 What about Alex? Can't figure it out...Thanks! Link to comment
dimitrisk Posted May 6, 2016 Share 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! Link to comment
dimitrisk Posted May 6, 2016 Share 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! Link to comment
Trey_SQSP Posted September 29, 2016 Share Posted September 29, 2016 This should work: .entry-meta { display: none; } Link to comment
ridlerontheroof Posted February 19, 2017 Share Posted February 19, 2017 I couldn't get any of these to work in Heights either. Can anyone help out? Link to comment
HamOnTheCob Posted March 18, 2017 Share 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! Link to comment
HamOnTheCob Posted March 18, 2017 Share Posted March 18, 2017 The one you list for Pacific also works for Horizon. Thank you! Link to comment
VirginiaT Posted April 1, 2017 Share Posted April 1, 2017 This worked on Marquee - thanks! Link to comment
mariebrignot Posted April 10, 2017 Share 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 ! Link to comment
EmaAries Posted April 1, 2020 Share 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 Link to comment
Yanitza Posted April 3, 2020 Share 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? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.