Remove date only from the front page (not on the single posts)

I want to remove the date from the front page but to keep it on singles posts? I tried to figure it out bur I can’t. Any help is appreciated. thank you.

xherri, nyc.

Hi xherri,

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

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

Admin Area -> Apperance -> Customize -> Travelify Other Options

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

Best Regards,
Movin

Thank you Movin. It’s just like I wanted.

Have a nice day!

You are most welcome here :slight_smile: