Tagged: masonry
I have two Masonry elements on one page (page ID = 428).
I have given the Section ID to the element I want to remove the date on the name “videomasonry”
The following code removes the date from all the Masonry elements on this page…
page-id-428 .av-masonry-date{
display:none !important;
}
Is there some CSS code that will remove the dates on the “videomasonry” element only?
Hey John,
Is this for the section titled “Multimedia”?
Best regards,
Jordan Shannon
Hi Jordan, yes. That is the section I would like the dates removed. I gave that section the Class ID “videomasonry”
Hi,
I don’t see that id being called, but try the following in quick css:
.post-entry-428 .av-masonry-date{
display:none!important;
}
Best regards,
Jordan Shannon
Perfect, thanks Jordan!
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Go ahead and close this one out. Thank you for the quick and helpful response!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon