After trying to tweak CSS, im am not able to remove date on thumbnails.
Need help please.
Bonsoir nparent
Try this code and insert it into the Quick CSS section:
.av-masonry-date {
display: none;
}
Cheers
Michael
Hi,
Thanks @michaelH for helping, @nparent please let us know if this helps.
There may be a chance that you will want to add !important; like this:
.av-masonry-date {
display: none !important;
}
Best regards,
Mike
These two codes work perfectly.
To make sure, I used the second one.
Thanks guys.
Hi nparent,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria