Hide date from a specific Post

Posted in: Newspaper
Post count: 8

I need to hide date from a specific post(Post id 122). I have tried multiple variances of below

.postid-122-date { display: none } or

.postid-122-post-date { display: none; }

Can you please help me identify that name of the date field which should be used in the CSS to hide the post date?

Post count: 20688

Hi,

You can try a code like this to hide the date for a specific post, on the post page
https://www.screencast.com/t/bNVSjbVsXM
Just use the post Id that you want in the code

.postid-108
.td-post-date {
display: none;
}

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.