Removing post date and comment counts - Travelify

Hi Aigars,

I’m trying to remove the post date and comment count on posts. I entered this CSS based on something I found elsewhere on the forum but it doesn’t remove the date. It does remove the comment count though.

Can you advise how to keep the post date from showing up?

.entry-meta .date,
.entry-meta .comments {
display: none;
}

You can remove post date from Travelify WordPress theme by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS

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

Let me know if you need any further assistance with this.

NOPE, here is the correct code as of 12/2/2017

/* DONT SHOW POST DATE*/
.comments-area article header time {
display: none; }

Hello @insiteweb,

Thanks for adding the new solution to hide the post date and comments.

@kholloway727 Please let us know if the issue was resolved.

Best Regards,
Support