delete date in posts

Hi there I want to delete the date in the posts, how can I do it?
Thank you very much :slight_smile:

Hi @mariacedeno,

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

Thank you very much!! It is working now and it looks amazing!
have a great day!

You are most welcome here :slight_smile: