Hide published dates
Apply to all blogs
- Go to the homepage of your web projects and click Settings then Code Injection,
- Copy and paste this code into the "
<head/>
tag code" box:html<style> .OverrideFeedBlockItem--date, .OverrideContentHeader--published-date { display: none; } </style>
- Click the checkbox to confirm that the code is safe and then click "Save".
Apply to specific blogs
- Go to the web projects homepage and click Settings then Code Injection,
- Copy and paste this code into the "
<head/>
tag code" box:html<style> [data-feed-slug="blog"] .OverrideFeedBlockItem--date, [data-feed-slug="blog"] .OverrideContentHeader--published-date { display: none; } </style>
- Replace the word "blog" with the slug of the blog whose dates you want to hide.
- Click the checkbox to confirm that the code is safe and then click "Save".