Remove "posted by" and "leave and a comment"
-
Hi i would like to remove “Posted by xxxxx” and “Leave a comment”
How do you do ?
Thanks
Hello,
Please, send us a link where do you want to remove them.
Regards
I would like to remove “Posted by xxxxx” and “Leave a comment” from “article”
Try to add the following code snippet to the Custom CSS area in Theme Settings to remove them
.entry-meta {
display:none;
}
Thank you !
And how do you remove date and category.
Regards !
With this code
.blog-design-masonry .post-date,
.meta-post-categories {
visibility:hidden;
opacity: 0;
}