Removing post date, author, comments
The topic ‘Removing post date, author, comments’ is closed to new replies.
Need help? Check out our Support site, then
Hi, are you trying to remove it from the Kolachi post on the homepage? If so, please use the following CSS to hide it:
.home-news .post-author {
display: none;
}
I hope that helps!
Hi Emily,
Yes that is correct. That worked perfectly! Thank you. Am I also able to remove it from the actual post page as well?
Thanks Again!
Sure, just add:
.post-author {
display: none;
}
The topic ‘Removing post date, author, comments’ is closed to new replies.