Hide th date on a specific Post (Harmonic theme)
-
I’ve been trying around 10 CSS codes to get rid of date on my page
with no success.
I want to hide the date (on the featured image) on one single post but don’t know how.
I got the post id of the page which is 195.
If someone can help ?
ThanksThe blog I need help with is: (visible only to logged in users)
-
You can hide the date on that specific post with the following CSS, which uses the unique postid CSS body class. The unique CSS body class can be found in the opening body tag in the HTML.
.postid-195 .posted-on { display: none; } -
-
- The topic ‘Hide th date on a specific Post (Harmonic theme)’ is closed to new replies.