Hey there arzoo,
Hope you’re well today!
This should be possible with adding some custom CSS. Please try adding the following code to Appearance >> Theme Options >> Advanced Settings >> Custom CSS:
.postdate {
display: none;
}
This should remove the date from both home page excerpts and single post pages.
Hope this helps 🙂
Best regards,
Bojan
Thread Starter
arzoo
(@arzoo)
Super cool! That did the job. Thanks Bojan.
One last question. I’m using the Virtue: Recent Posts widget on the sidebar for single posts and I just noticed that it also shows the date (by default), but doesn’t have a ‘turn off date’ option.
How can I remove the date from the Virtue Recent Posts?
Thanks again.
You can add this:
.kadence_recent_posts .recentpost_date {
display: none;
}
Kadence Themes
Thread Starter
arzoo
(@arzoo)
Thanks! That did the trick.
Thanks! a lot International works!