Delete date/time from posts

Hello there,

anyone knows what I need to add/delete in the theme editor in order to hide the date / time of posts?

thanks a lot in advance! :slight_smile:
Sina

Hi Sina,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.entry-meta span.posted-on {
    display: none;
}

Best Regards,
Movin