Delete date on posts
-
is it possible to delete the date which appears to the left of my posts?
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Delete date on posts’ is closed to new replies.
is it possible to delete the date which appears to the left of my posts?
The blog I need help with is: (visible only to logged in users)
Hi, this will get rid of the post date in Chateau.
.post-date {
display: none;
}