How do I remove the time stamp on my posts?
-
I want to remove the time stamp on my post (“Posted at 8am”) and I found an old forum thread where someone suggested this piece of CSS:
.entry-meta {
display: none;
}I entered it in my CSS customization and for a time it worked, but now the time stamp is back! Anyone have any tips?
The blog I need help with is: (visible only to logged in users)
-
On the Personal theme, you can add the following to get rid of the date below the post title.
.date { display: none; } -
-
- The topic ‘How do I remove the time stamp on my posts?’ is closed to new replies.