Hi,
I have tried to remove from posts the following line Date Posted / # of Comments / in “Category”/ by Author using quick CSS and inserting the following code but it is not working
.entry-content .post-meta-infos {
display: none;
}
Any other suggestion?
Thanks!
Anyone can help?
Thanks!
I’ve the same problem, help pls. Thanks.
Add following code to Quick CSS:
.post-meta-infos { display: none; }
Great. It worked!
Thank you very much!