Get rid of date on blog posts
-
Hi,
I am looking to get rid of the date on my blog posts. I can do it in the google chrome HTML editor but I’d like to make it generic throughout for the future.Thanks!
The blog I need help with is: (visible only to logged in users)
-
Do you mean in the box on the individual blog posts?
Try adding this to your css.
.et_date { display: none; } span.box { display: none; } -
- The topic ‘Get rid of date on blog posts’ is closed to new replies.