Jimmyness Posted January 16, 2023 Share Posted January 16, 2023 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, 2023 Share Posted January 16, 2023 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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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, 2023 Author Share Posted January 16, 2023 (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, 2023 by Jimmyness Link to comment
Beyondspace Posted January 17, 2023 Share Posted January 17, 2023 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; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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, 2023 Author Share Posted January 17, 2023 (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, 2023 by Jimmyness Link to comment
Jimmyness Posted January 22, 2023 Author Share Posted January 22, 2023 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, 2023 Author Share Posted January 25, 2023 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, 2023 Share Posted January 27, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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