Hi – I’ve done everything in https://kriesi.at/support/topic/how-to-remove-post-date-author-comment-count-on-archives-results-posts-grid/ and still see comment counts and dates in my enfold blog grid at http://pages.sanesolution.com/ How can I remove the comment count and date? Thanks!
Hey stunna42!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta {
display: none!important;
}
Best regards,
Yigit
Perfect! Thank you