yjchong Posted January 8, 2020 Share Posted January 8, 2020 Hi everyone! How can I remove or hide a blog post date on just one page using the Momentum template? If you go to the link below you will see the post date under the photo that I would like to remove. https://devbio.stanford.edu/david-hogness-memoriam-guestbook/2020/1/7/guestbook Thanks in advance! Link to comment
tuanphan Posted January 8, 2020 Share Posted January 8, 2020 Add to Page Settings > Advanced > Header <style> .collection-type-blog.view-item span.date { display: none; } </style> 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
yjchong Posted January 8, 2020 Author Share Posted January 8, 2020 Thank for the quick response @tuanphan but the date still shows. Any other suggestions? Link to comment
tuanphan Posted January 8, 2020 Share Posted January 8, 2020 5 minutes ago, yjchong said: Thank for the quick response @tuanphan but the date still shows. Any other suggestions? I see it worked here? 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
yjchong Posted January 8, 2020 Author Share Posted January 8, 2020 Hmmmm. 🤷♂️ Let me try clearing my cache. Link to comment
yjchong Posted January 8, 2020 Author Share Posted January 8, 2020 Strange. I still see it even after clearing my cache. Oh well. Thanks for your help. Link to comment
Vigasan Posted January 8, 2020 Share Posted January 8, 2020 I also don't see the date anymore. But you can try modifying the code slightly to this. P.S. I worked on the dschool portion of your school website! The original developers did an amazing job making that website out of Squarespace (https://dschool.stanford.edu/) <style> .collection-type-blog.view-item span.date { display: none !important; } </style> If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, a Squarespace Expert, and a Circle Member and I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials Link to comment
yjchong Posted January 8, 2020 Author Share Posted January 8, 2020 I still see it @Vigasan. Link to comment
tuanphan Posted January 8, 2020 Share Posted January 8, 2020 Just now, yjchong said: I still see it @Vigasan. Add to Home > Design > CUstom CSS body#item-5e14aebafc7fc83d5fdae700 span.date { 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
Vigasan Posted January 8, 2020 Share Posted January 8, 2020 1 hour ago, yjchong said: I still see it @Vigasan. Can you take a screenshot of where you're seeing it? If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, a Squarespace Expert, and a Circle Member and I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials Link to comment
yjchong Posted January 8, 2020 Author Share Posted January 8, 2020 @Vigasanthis is as of 8:06 PM PST. I've already cleared my cache one. Link to comment
Vigasan Posted January 8, 2020 Share Posted January 8, 2020 Use this in DESIGN > CUSTOM CSS. #collection-5e14ae8ae375184c7b011c19 .date{ display: none;} It looks like you have two different pages:https://devbio.stanford.edu/david-hogness-memoriam-guestbook (what you're looking at)https://devbio.stanford.edu/david-hogness-memoriam-guestbook/2020/1/7/guestbook (What you commented above and we're looking at) If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, a Squarespace Expert, and a Circle Member and I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials Link to comment
yjchong Posted January 8, 2020 Author Share Posted January 8, 2020 Thanks @Vigasan! It's both pages and the last CSS code worked for both pages. You're the best! Are you still at Stanford? Link to comment
Vigasan Posted January 8, 2020 Share Posted January 8, 2020 1 hour ago, yjchong said: Thanks @Vigasan! It's both pages and the last CSS code worked for both pages. You're the best! Are you still at Stanford? No I actually wasn't a student there, I was just hired to work out some of the bugs with the dschool website 🙂 If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, a Squarespace Expert, and a Circle Member and I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials Link to comment
yjchong Posted January 8, 2020 Author Share Posted January 8, 2020 Awesome. Thanks again @Vigasan. I was going to offer you a cup of coffee. 😀 I really appreciate your help. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.