How to remove post author information in single post, and blog listing?
-
Can’t find the setting to hide the meta for the author and comments icon under the title
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.blog .wd-entry-meta .meta-author,
.blog .wd-entry-meta .meta-reply {
display: none !important;
}
Best Regards,
nothing changed, please check
Hello,
Can you please share the page URL so I can check and give you a possible solution?
Best Regards,
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-post .wd-meta-author, .single-post .wd-meta-reply {
display: none !important;
}
Best Regards,
Hello,
Your issue has been resolved. I have modified the custom css code on your site. Check back your site and check the issue.
Best Regards,
The issue remains with the “Small images” style. Need to remove author information from there, too.
-
This reply was modified 1 month, 3 weeks ago by
azg1997.
-
This reply was modified 1 month, 3 weeks ago by
azg1997.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-entry-meta .meta-author {
display: none;
}
Best Regards,