How to remove date (day/month) from posts carousel?
-
I am not able to remove post date from the posts carousel?
I tried many custom css but they worked just on a single post.
Can you help me?
Thank you so much
Kind regards
Hello,
Sorry to say but can you please share the exact Page URL on which you are facing issue along with your Site WP-ADMIN Login details so that we can check and try removing the said Post Date from your Site.
Also, if possible please share a Images of the issue too for our ease.
Best Regards
https://www.eleonorabattaggia.it/ricette
Attachments:
You must be
logged in to view attached files.
Hello,
The Post Date is now removed from the Blog Posts on your Site for the mentioned Page with the help of the following Custom CSS which is pasted to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.wd-post-date.wd-style-with-bg {
display: none !important;
}
This is the resultant preview: https://ibb.co/M5ZtrqY
Best Regards