hello, how can I make NOT appearing the date in the post grid layout?
thank you!!
Hey ftt123!
Try adding this to your custom CSS.
.slide-content .slide-meta .slide-meta-time, .slide-content .slide-meta .slide-meta-del {
display: none;
}
If that’s not working then send us a link and we’ll take a look.
Cheers!
Elliott