how to hide date published on blogs
-
Hi,
I would like to hide the “date published” on my blog posts. How can I do that?
The blog I need help with is: (visible only to logged in users)
-
Can you try putting this code under Appearance -> Customize -> CSS?
.entry-date { display: none; }That should do the trick!
- The topic ‘how to hide date published on blogs’ is closed to new replies.