Hi, Can someone tell me the CSS to make sure categories, date and time of posts, and author don’t show up on any of my blog posts?
Thanks!
Hi Lanai,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.entry-meta .cat-links, .entry-meta .cat-links a { display: none; } .entry-meta .by-author, .entry-meta .date{ display: none; }
Thank you!
Thanks very much for the quick response!
You welcome Lanai