I just have a simple question. How do I remove the date that displays on the mouse over, on the grid items?
Thanks,
Eric
Hey echristoperj!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.av-masonry-date {
display: none!important;
}
Cheers!
Yigit
This wroked perfectly. Thank you.