Hi I’ve got two masonry blog grids on my website:
1. One is to show off projects: http://test.shp.net.au/projects/
2. The other is to show news: http://test.shp.net.au/news/
I am able to remove the dates on both masonry grids at the same time however I would like to remove the date from the projects masonry grid only.
How do I do this? Is it possible?
Hey jackiejackiejackie,
Using Quick css within the theme options section, you can add the following css block:
.page-id-337 .av-masonry-date{
display:none !important;
}
This should remove the date from the projects grid only.
Best regards,
Jordan Shannon
Thank you, it works perfectly!
Hi,
Great! I’m glad that we could help. If you have any more issues, don’t hesitate to ask!
Best regards,
Jordan Shannon