Hi,
How would I remove the date, author, time, comments count, from Blog homepage and from Blog single posts.
I would like to be able to remove separately, as I don’t know if I want to remove from single post or just blog homepage.
This topic has 4 replies, 3 voices, and was last updated 9 years, 10 months ago ago by Eva Kemp
Hi,
How would I remove the date, author, time, comments count, from Blog homepage and from Blog single posts.
I would like to be able to remove separately, as I don’t know if I want to remove from single post or just blog homepage.
Hello Lily,
please try following code:
.post-grid .post-info{
display:none
}
.single-post .post-info{
display:none
}
Regards,
Stan Russell.
Many thanks
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Removal of Author/Date/time’' has been successfully resolved, and the topic is now closed for further responses