Delete post name and date
- The topic ‘Delete post name and date’ is closed to new replies.
Need help? Check out our Support site, then
How can I delete the name and date at the bottom of each post? Periodical theme. http://www.laurisburns.com
The blog I need help with is: (visible only to logged in users)
Hi there,
You can use the following CSS to hide the author and date on posts:
.grid-date, .hero-date { display: none; }