Remove date from blog post everywhere
-
Hello
I would also like to remove date from blog post everywhere. I have used this code and it removed all another date but the date still stays
.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;
}
Attachments:
You must be
logged in to view attached files.
If you want the date removed from all posts then you ca use this:
.post-date {
display: none!important;
}
Hello,
Please let us know if you still need our help.
If you have any questions please feel free to contact us.
Best Regards
Hello
Thank you very much, it solved the problem, please close the topic.
If you have any questions please feel free to contact us.
Best Regards
The topic ‘Remove date from blog post everywhere’ is closed to new replies.