Hello –
I’m using the Masonry Gallery to display a list of clients. The grid works great but always displays the post date. Is there a way to suppress post date from displaying in the grid?
Thanks!
Hey jbinmn,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-masonry-date {
display: none;
}
Best regards,
Vinay
Worked perfectly. Thanks for the quick reply!