How to Disable Post Date on Featured Image AND Author
-
Hi,
When viewing a post, the date and author are shown – I do not want them to be in the post.
I have disabled the “Author Bio” under Theme Settings > Single Post and “Meta Information” under Theme Settings > Blog Archive but this doesn’t appear to help.
How do I disable both of these?
Thanks!
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-meta-date, .wd-meta-author {
display: none !important;
}
Best Regards.
Hi,
Thanks for the CSS. I added this code, however the Posts are still showing the meta data (date and author). I’ve attached a screenshot of the code in place to ensure I’m not missing anything.
I also tried removing the preleading periods before wd-meta-date & wd-meta-author.
Thanks..
Attachments:
You must be
logged in to view attached files.
Hello,
Can you please share the page URL I will check and give you a custom css code.
Best Regards.
Hello,
Has your issue been solved?
Best Regards.