I would like to remove the author, date, category post, share, comment on Blog.
-
I would like to remove the author, date, category post, share, comment on Blog.
Photo 1. I would like to remove author, date, category post, share, comment on Blog.
Photo 2.I would like to remove date, category post in Blog.
And now I use this CSS for remove author in blog.
body.single-post .meta-author{
display:none;
}
wd-entry-meta .meta-author {
display: none;
}
Please help.
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
Seems that your code is a little bit wrong, please replace your own custom CSS with this one, enter it into the “Global Custom CSS” area.
.blog .blog-post-loop .wd-post-header,
.blog .blog-post-loop .wd-post-entry-meta,
.single-post .wd-post-cat,
.single-post .wd-post-date {
display: none;
}
Don’t hesitate to reach out if you have any more questions. We’re thankful that you took the time to share your concerns with us.
Kind Regards
It works.
I appreciate it.
Have a good day.
Hello,
I’m glad we managed to sort this out.
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
The topic ‘I would like to remove the author, date, category post, share, comment on Blog.’ is closed to new replies.