I want to use the masonary for blog posts without the creation date being displayed. I have already put this code into the quick css section but this only helpt with the content slider
.avia-content-slider .slide-meta, .news-time {
display: none !important;
}
Hey smuejae,
Thank you for the inquiry.
You can use this css code instead.
.av-masonry-date {
display: none !important;
}
Please do not forget to toggle or temporarily disable the Enfold > Performance > File Compression settings, and purge the cache after adding the css code.
Best regards,
Ismael