websites Posted October 4, 2021 Share Posted October 4, 2021 Site URL: https://www.columbiacommunityconnection.com/the-dalles/domestic-violence-month/ways-to-take-action I'm having trouble implementing code to remove tags from the bottom of our blog posts, These are the codes I've been trying with. .blog-meta-item--tags { display: none; } .blog-meta-item-tags { display: none; } .blog-meta-item: tag { display: none; } Link to comment
Beyondspace Posted October 4, 2021 Share Posted October 4, 2021 1 hour ago, websites said: Site URL: https://www.columbiacommunityconnection.com/the-dalles/domestic-violence-month/ways-to-take-action I'm having trouble implementing code to remove tags from the bottom of our blog posts, These are the codes I've been trying with. .blog-meta-item--tags { display: none; } .blog-meta-item-tags { display: none; } .blog-meta-item: tag { display: none; } You can add your Css code in Home > Design > Custom Css Another way is setting in Home > Settings > Advanced > Code Injection. Note to wrap you Css in the <style> tag <style> //Your Css code </style> Support me by pressing 👍 if this useful for you tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
tuanphan Posted October 6, 2021 Share Posted October 6, 2021 On 10/4/2021 at 11:19 AM, websites said: Site URL: https://www.columbiacommunityconnection.com/the-dalles/domestic-violence-month/ways-to-take-action I'm having trouble implementing code to remove tags from the bottom of our blog posts, These are the codes I've been trying with. .blog-meta-item--tags { display: none; } .blog-meta-item-tags { display: none; } .blog-meta-item: tag { display: none; } You try adding this to Design > Custom CSS /* remove blog posts tag */ .blog-item-tags { display: none !important; } 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