Removing post info date/by/author using CSS
- The topic ‘Removing post info date/by/author using CSS’ is closed to new replies.
Need help? Check out our Support site, then
I’ve read through the support section but still can’t get this to work out. I’d like to hide the calendar icon, date, the word “by” and the author’s name from the post-info div of posts. Wondering if there’s a CSS fix for it?
I’ve been able to get rid of everything but the word “by”.
Thanks!
The blog I need help with is: (visible only to logged in users)
.post-info { display:none;} should do all of it.