How can I remove the publication date from the free Dawn theme?

I’d like to remove the post date from the home view as well as the post page. I saw there in the forums code for the Leibling theme. Thank you.

Hello @fahsho. Drop the following into your code injection and see if it works:

<style>
.feed-calendar,
.single-meta-date {
    display: none;
}
.single-meta-length::before {
    content: "";
}
</style>

Thank you. That worked!

Hi @fahsho

I was wondering if you can share a link to your site? I’m thinking of switching my current theme to Dawn, but would first love to see how it looks without the dates.

Thanks a lot.