Remove date, author, comments icon from blog everywhere
-
I would like to remove date, author, comments icon from blog photos everywhere desktop, related post, single post.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.post-single-page.has-post-thumbnail .article-inner>.entry-header {
display:none;
}
body .wd-entry-meta .meta-author {
display:none;
}
body .wd-entry-meta .meta-reply {
display:none;
}
Best Regards
When I am adding this code it removes the main photo on the Single blog post
I am adding a new screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Please remove this code in the Theme Settings > Custom CSS > Global:
.post-single-page.has-post-thumbnail .article-inner>.entry-header {
display:none;
}
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Remove date, author, comments icon from blog everywhere’ is closed to new replies.