AprilRose Posted July 13, 2023 Posted July 13, 2023 How can I remove the published dates from blog posts?
Ziggy Posted July 13, 2023 Posted July 13, 2023 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
AprilRose Posted July 13, 2023 Author Posted July 13, 2023 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
Solution Ziggy Posted July 13, 2023 Solution Posted July 13, 2023 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
AprilRose Posted July 13, 2023 Author Posted July 13, 2023 That worked beautifully, thank you! Ziggy 1
Ziggy Posted July 13, 2023 Posted July 13, 2023 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
EllieE Posted September 15, 2023 Posted September 15, 2023 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
derricksrandomviews Posted September 16, 2023 Posted September 16, 2023 Try adding this code to custom CSS .published { display: none } tuanphan 1
tuanphan Posted September 17, 2023 Posted September 17, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment