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?

#418092

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