How to remove Dates from Blog Posts in "Renew"

Hi there, I’m using Renew for this site:
https://hakubadigital.com

I’d like the dates not to show on the main Blogroll page for both posts and portfolio:

  • https://hakubadigital.com/articles/
  • https://hakubadigital.com/projects/

Also to remove the date from individual posts:

  • https://hakubadigital.com/waiheke-wine-tours-industry-review/

…and projects:

  • https://hakubadigital.com/projects/hakuba-ski-concierge/

Thanks in advance for your help!

Hello @freedomdesign,

Thanks for writing in!

You can add following CSS under X > Theme Options > CSS:

.entry-date {
    display: none;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

Thanks @Prasant - perfect fix!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.