Home › Forums › WoodMart support forum › How to remove date (day/month) from posts carousel? › Reply To: How to remove date (day/month) from posts carousel?
November 2, 2022 at 12:54 pm
#418092
Aizaz Imtiaz Awan
Keymaster
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