Hello all,
How do I remove the post date on posts in masonry view? I’ve provided a link below so you can see what I am talking about at the bottom of the page. Thanks and I look forward to your reply….
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-masonry-date {
display: none;
}
Best regards,
Yigit
Worked like a charm. Thank you!