Hi, I have inserted blog Masonry on a page and have only selected Title and Excerp in captions. But it also shows date. How do I remove date. Not for all masonry on all pages but for only one particular masonry on a page.
Thank you
Hey gorgani,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
#top .av-masonry .av-masonry-date {
display: none;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko, yes that will work, thank you. However, it does it for all pages and all masonry. I only want to remove the date on main page. Thanks
Hi,
Try the following:
#top.home .av-masonry .av-masonry-date {
display: none;
}
Best regards,
Jordan Shannon