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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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 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