AprilRose Posted July 13 Share Posted July 13 How can I remove the published dates from blog posts? Link to comment
Ziggy Posted July 13 Share Posted July 13 Can you share your website URL and the blog you want to hide the dates for? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
AprilRose Posted July 13 Author Share Posted July 13 Yes, https://aprilrose.dance/blog I want to remove the date from every blog post. Like this one, for example: https://aprilrose.dance/blog/boosting-your-creativity Ziggy 1 Link to comment
Solution Ziggy Posted July 13 Solution Share Posted July 13 This Custom CSS will hide the date from the blog main page: .tweak-blog-list-alignment-left .BlogList-item-meta { display: none; } This will hide the date from the individual blog posts: .tweak-blog-item-alignment-center .BlogItem-meta { display:none; } Hope that helps! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
AprilRose Posted July 13 Author Share Posted July 13 That worked beautifully, thank you! Ziggy 1 Link to comment
Ziggy Posted July 13 Share Posted July 13 1 minute ago, AprilRose said: That worked beautifully, thank you! No problem! Can you mark my post as the solution to your question? Thanks! Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
EllieE Posted September 15 Share Posted September 15 Hey @Ziggy! I've got the same question! I added the code to "Post Blog Item Code Injection," but still see the dates. Is there any specific info I need to pull from my site? Also, will this work for ALL blog posts, or do I need to do it to each individually? This is for:site: https://alligator-guppy-h9ez.squarespace.com/ // pw: witz Link to comment
derricksrandomviews Posted September 16 Share Posted September 16 Try adding this code to custom CSS .published { display: none } tuanphan 1 Link to comment
tuanphan Posted September 17 Share Posted September 17 On 9/16/2023 at 4:32 AM, EllieE said: Hey I've got the same question! I added the code to "Post Blog Item Code Injection," but still see the dates. Is there any specific info I need to pull from my site? Also, will this work for ALL blog posts, or do I need to do it to each individually? This is for:site: https://alligator-guppy-h9ez.squarespace.com/ // pw: witz The code should be time.blog-date { display: none !important; } AND you need to add it to Website > Website Tools > Custom CSS, to make code run on all blog 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