Baskerville : CSS : Remove Post Date
-
Hi all,
I’d like to remove the post date from my wordpress.com, custom design enabled site.
I did it on a previous template, but am having no luck with Baskerville.
Could someone suggest some code for me to try, please?
Thanks in advance
TomThe blog I need help with is: (visible only to logged in users)
-
Hi Tom,
Assuming you can use (and save) some custom CSS on your blog you could try the following:
THIS SHOULD REMOVE THE POST DATE AND COMMENT BUBBLE (on your posts page)
.posts .post-meta a { display: none; }THIS SHOULD REMOVE THE DATE ONLY
.post-date { display: none; }You can also try using this CSS class on the single posts: .post-meta time
Let me know if this works for you.
-
Hi jsnmrk
I tried those methods and succeeded in removing the date from the posts on the static front page….but they still show on the post specific page.
Very strange. I’ve used your code on other templates without problem. Perhaps I will switch to a different template.
Thanks for your time.
Tom
-
-
Many thanks, micawbr. I’ve abandoned the Baskerville theme, but if I return to it, then I will certainly take your advice!
- The topic ‘Baskerville : CSS : Remove Post Date’ is closed to new replies.