I’ve hidden the comments/author/dates from posts, using:
/* hide single post author date*/
.post-meta-infos { display: none; }
But they still display on a page that has the blog post module. How can they be hidden there too??
Hey m,
Please try this as well:
.slide-meta-comments, .slide-meta-del {
display:none;
}
Best regards,
Rikard
Thank you! The comments are gone, but the date still shows.
Hi,
Add this to quick css:
.slide-meta-time.updated{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon