Hi there,
I’d like to remove/hide the details that appear with each post: Posted on [date] at [time] by [author] / [category] / [number of comments]. Is that possible?
Best wishes, Andrea
This topic has 7 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Robert Hall
Hi there,
I’d like to remove/hide the details that appear with each post: Posted on [date] at [time] by [author] / [category] / [number of comments]. Is that possible?
Best wishes, Andrea
Hello,
Please add the following code in custom.css file.
.blog-post .post-info{
display:none;
}
Regards,
Robert Hall.
Hello,
Yes, you need add this code in custom.css file:
.blog-post .post-info {
display: none !important;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Hi both,
Many thanks for replying! That works perfectly for the Blog section.
Sorry to ask, but the details still appear on the Home page, where we are using the ‘single blog post’ (Featured Post) element. Is it possible to remove the details here also?
Best wishes, Andrea
Hello,
Try to add this code in custom.css file:
.featured-posts .featured-post .post-info {
display: none;
}
Regards,
Eva Kemp.
That worked – many thanks!!
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Remove post details’' has been successfully resolved, and the topic is now closed for further responses