Date off in Clear News?
-
Anyone have a simple method for turning off the Date at the bottom of my posts in Clear News. I am not a coder but have access to the CSS. Cheers, Markus
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following CSS will hide the date on your front page.
.home .entry-meta { display: none; }If you wish to hide the dates everywhere, then use the following instead.
.entry-meta {
display: none;
}` -
-
- The topic ‘Date off in Clear News?’ is closed to new replies.