Remove the date from each post
-
How do I remove the date from my blog posts using the Duet theme?
The blog I need help with is: (visible only to logged in users)
-
This will do it. I’ve used visibility: hidden; instead of display: none; so a bunch of additional margins and paddings do not have to be adjusted. This leaves the line where the date was.
.post-title h4 { visibility: hidden; }
- The topic ‘Remove the date from each post’ is closed to new replies.