How to remove date of some posts in travelify template?

Hello,

I have been checking around the forum but I can’t find this. I have found how to remove date on all posts, but not just in some of them.

Anybody could tell me how to remove the date of some posts?

Thanks a lot.
Ramón

Hi Ramón,

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 -> Travelify Other Options

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

Please change the post id 1241 in the above code to the post id that you want to remove date from.

Best Regards,
Movin

Hi Movin,

It works perfectly.

Thanks a lot.
Regards,
Ramón

You are most welcome here :slight_smile: