Skip to content

Hide published dates

Apply to all blogs

  1. Go to the homepage of your web projects and click Settings then Code Injection,
  2. Copy and paste this code into the "<head/> tag code" box:
    html
    <style>
    .OverrideFeedBlockItem--date,
    .OverrideContentHeader--published-date {
    display: none;
    }
    </style>
  3. Click the checkbox to confirm that the code is safe and then click "Save".

Apply to specific blogs

  1. Go to the web projects homepage and click Settings then Code Injection,
  2. 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>
  3. Replace the word "blog" with the slug of the blog whose dates you want to hide.
  4. Click the checkbox to confirm that the code is safe and then click "Save".

RevasOS