Which file do I need to edit to remove the meta stuff from the grid view? I am referring to the comments count and post date http://note.io/1IwHUgY
Hi Rogier!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta {
display: none !important;
}
Cheers!
Yigit
Thank you Yigit