tuanphan Posted September 5, 2019 Share Posted September 5, 2019 @zhishigrace Add to Home > Design > Custom CSS /* Hide published date on blog posts */ .view-item .published { display: none; } Reference: https://beaverhero.com/wells-squarespace/#Hidethepublishdateonblogposts 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
zhishigrace Posted September 5, 2019 Author Share Posted September 5, 2019 It worked for the blog post. Thank you. but now, how can I hide the word "in" and also the date and time still show on the blog. here is my site you can understand better what I'm trying to say https://www.foreignlookmagazine.com/foreignlook-online Link to comment
tuanphan Posted September 6, 2019 Share Posted September 6, 2019 @zhishigrace Q1. Add to Home > Design > Custom CSS .entry-info { visibility: hidden; } span.category { visibility: visible; margin-left: -10px; } Q2. You want to remove Date in HTML Structure? You need to edit template file. You can contact Squarespace Custom Care to know how to edit template, and remove time HTML tag. 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
Archived
This topic is now archived and is closed to further replies.