How can I remove the date from blog posts in the Handy Theme?

Hi,

Can anyone tell me how to remove the date from blog posts on the Handy Theme?

Thanks!

Hi @Hyg , go to edit code > assets > theme.css and add this:

.article-excerpt-date,
.article-date{
display:none!important;
}

You’re amazing, thank you!