I want to remove the date from my blog posts

URL

version of Ghost
I dont know

im not good at coding idk how to get to the codes

@temeh welcome to the community!

You can add this code snippet in the Ghost admin Settings > Advanced > Code injection (Site Header).

<style>
.gh-article-date { display: none; }
</style>

Click Save.

2 Likes