Book Lite Theme – How to remove date and admin info on blog posts
-
Hi,
I’m hoping to remove the date posted and author details on blog posts for the book lite theme. I have little/no CSS experience.
Could you help?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Date and author details are inside a section (that’s called div) which class is .entry-meta. So you need to add a little custom css code to tell you don’t want that to be displayed. Here it is.
.entry-meta { display: none; }I hope this helps. :)
-
-
-
- The topic ‘Book Lite Theme – How to remove date and admin info on blog posts’ is closed to new replies.