Jimmyness Posted January 16 Share Posted January 16 Hi there, I've had a search around but can't seem to find an answer for hiding tags/categories from individual blog posts in the Bedford theme. Can anyone help? Thank you! Link to comment
Beyondspace Posted January 16 Share Posted January 16 14 hours ago, Jimmyness said: Hi there, I've had a search around but can't seem to find an answer for hiding tags/categories from individual blog posts in the Bedford theme. Can anyone help? Thank you! Can you share your site with the protected password so I can take a look? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Jimmyness Posted January 16 Author Share Posted January 16 (edited) Yes, sorry! www.jimmyness.com/writing I'd like to remove the "cultural research" category header at the top of blog posts and the visible tags under the article. Edited January 16 by Jimmyness Link to comment
Beyondspace Posted January 17 Share Posted January 17 35 minutes ago, Jimmyness said: Yes, sorry! www.jimmyness.com/writing I'd like to remove the "cultural research" category header at the top of blog posts and the visible tags under the article. Try adding to Home > Design > Custom Css #collection-57ffa84b414fb5433851df04 .entry-category { display: none; } #collection-57ffa84b414fb5433851df04 .entry-tags { display : none; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Jimmyness Posted January 17 Author Share Posted January 17 (edited) Hi there, That didn't work sadly. Here's my full site CSS for context if that helps or is messing things up at all. .quote-block * { text-align: left !important; } #footer { position: fixed; bottom: 0; width: 100%; } #footerBlocks:not(.empty){ margin-top: 0; } .footer-inner { padding-top: 5px; padding-bottom: 0; } @media screen and (max-width:640px) { .nav-wrapper.back-to-top-nav { display: none; } #collection-57ffa84b414fb5433851df04 .entry-category { display: none; } #collection-57ffa84b414fb5433851df04 .entry-tags { display : none; } I'm also getting a message saying "missing closing `}" Edited January 17 by Jimmyness Link to comment
Jimmyness Posted January 22 Author Share Posted January 22 Morning team, any ideas on this one? Unfortunately the below didn't work. Thanks 🙂 #collection-57ffa84b414fb5433851df04 .entry-category { display: none; } #collection-57ffa84b414fb5433851df04 .entry-tags { display : none; } Link to comment
Jimmyness Posted January 25 Author Share Posted January 25 My old post seems to have gone dead despite me bumping it a few times, so just reposting here. Any help would be awesome thanks! I've tried adding the following code to my blog, but it doesn't seem to work: #collection-57ffa84b414fb5433851df04 .entry-category { display: none; } #collection-57ffa84b414fb5433851df04 .entry-tags { display : none; } Thank you Link to comment
tuanphan Posted January 27 Share Posted January 27 On 1/17/2023 at 7:18 AM, Jimmyness said: Hi there, That didn't work sadly. Here's my full site CSS for context if that helps or is messing things up at all. .quote-block * { text-align: left !important; } #footer { position: fixed; bottom: 0; width: 100%; } #footerBlocks:not(.empty){ margin-top: 0; } .footer-inner { padding-top: 5px; padding-bottom: 0; } @media screen and (max-width:640px) { .nav-wrapper.back-to-top-nav { display: none; } #collection-57ffa84b414fb5433851df04 .entry-category { display: none; } #collection-57ffa84b414fb5433851df04 .entry-tags { display : none; } I'm also getting a message saying "missing closing `}" You need 2 } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment