Howdy,
I’d like to hide the date for the articles listed in the recent article element.
I tried display equals none for .slide.meta-time but that didn’t do it.
View on bottom of homepage: http://devinasingh.com/
Cheers,
Casper
Hi,
I tired that and no luck.
Hey,
Please remove browser cache then reload the page. This is the screenshot:
Regards,
Ismael
Hi Ismael,
I meant the articles listed the blog post slider at bottom of page above the socket.
It has “Recent Articles” above it in a hand written font.
Sorry for the confusion.
Cheers,
Casper
Hey,
You can use this instead:
.slide-meta-time, .slide-meta-del {
display: none !important;
}
Cheers,
Ismael
Thanks Ismael! :)