Hi,
i’m using masonry to show the articles of my blog. I choose to show Title and excerpt… but under these i Have the date of post showing.
I’d like to remove the date in order to show just : image + title + excerpt… In which file should I make changes ?
Thanks for answer !
Hey vanocreations!
please use the below css in Enfold > General Styling > Quick CSS
.av-masonry-date {
display:none!important;
}
Best regards,
Vinay Kashyap
Perfect ! Thanks for your quick answer ;)