Trigger1 Posted January 29, 2020 Share Posted January 29, 2020 Site URL: https://frog-deer-fjt6.squarespace.com/tmc-dancers-profie Hi all, does anyone know the custom CSS to hide the blog date for blog posts and event pages below?https://frog-deer-fjt6.squarespace.com/tmc-dancers-profie Blog post example page: https://frog-deer-fjt6.squarespace.com/bios/sonam-patel Template Ethan. Link to comment
tuanphan Posted January 30, 2020 Share Posted January 30, 2020 to remove date on this link https://frog-deer-fjt6.squarespace.com/bios/sonam-patel add to Design > Custom CSS time.Blog-meta-item.Blog-meta-item--date { display: none; } 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
Trigger1 Posted January 30, 2020 Author Share Posted January 30, 2020 Any idea on how to remove the dates from here: https://frog-deer-fjt6.squarespace.com/tmc-dancers-profie Thanks in advance!! Link to comment
tuanphan Posted January 30, 2020 Share Posted January 30, 2020 1 hour ago, Trigger1 said: Any idea on how to remove the dates from here: https://frog-deer-fjt6.squarespace.com/tmc-dancers-profie Thanks in advance!! time.summary-metadata-item.summary-metadata-item--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
Chavisa Posted April 23, 2020 Share Posted April 23, 2020 I have tried everything I've found here and nothing has worked. I simply do not want dates to automatically appear anywhere on my site. Is there a step-by-step instruction for how to get rid of this? I would tremendously appreciate it. Link to comment
tuanphan Posted April 23, 2020 Share Posted April 23, 2020 3 minutes ago, Chavisa said: I have tried everything I've found here and nothing has worked. I simply do not want dates to automatically appear anywhere on my site. Is there a step-by-step instruction for how to get rid of this? I would tremendously appreciate it. Each template needs different code. Can you share link to blog page on your site? 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
Chavisa Posted April 23, 2020 Share Posted April 23, 2020 Well, my site has MANY blogs, and I want the dates turned off for all the pages, both on the page and in the thumbnail previews: https://www.tribes.org/ I have tried doing it page by page and nothing happens either way. Link to comment
derricksrandomviews Posted April 23, 2020 Share Posted April 23, 2020 (edited) Put this code in the main blog page advance page header code injection of every blog page you have. Get there thru config/pages/settings/advanced. Not in the blog post itself. This will hide the date for the blog, and if you are using a summary turn off the date metadata in the display option of the summary block settings. <style> .date { display: none; } </style> my random views derrick Lee parker Edited April 23, 2020 by derricksrandomviews Link to comment
tuanphan Posted April 24, 2020 Share Posted April 24, 2020 Add to Home > Design > Custom CSS .collection-type-blog.view-item .post-date { display: none; } 6 hours ago, Chavisa said: Well, my site has MANY blogs, and I want the dates turned off for all the pages, both on the page and in the thumbnail previews: https://www.tribes.org/ I have tried doing it page by page and nothing happens either way. 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
TinaHuffman Posted April 6, 2021 Share Posted April 6, 2021 Does anyone know how to hide dates from Google search results?? My metadata dates are turned off, so they don't display on my site, but the publish date still shows up in Google search. TIA!! Sam530 1 Link to comment
Sam530 Posted January 17, 2022 Share Posted January 17, 2022 On 4/6/2021 at 10:56 AM, tina2 said: Does anyone know how to hide dates from Google search results?? My metadata dates are turned off, so they don't display on my site, but the publish date still shows up in Google search. TIA!! Any chance you found the answer to this? I'm having the same issue... Link to comment
aha Posted February 14, 2022 Share Posted February 14, 2022 How would I remove the date from https://www.accesshealthafrica.org/staff-blog/2020/11/8/felix-angoni-griton? Link to comment
tuanphan Posted February 19, 2022 Share Posted February 19, 2022 On 2/14/2022 at 10:13 AM, aha said: How would I remove the date from https://www.accesshealthafrica.org/staff-blog/2020/11/8/felix-angoni-griton? Add to Design > Custom CSS time.published { display: none; } 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