I have “Blog Post Comment Count” set to not display, but it still does…Is there a Quick CSS method to remove this element? I would like to keep the posting date where it is, just remove the comment count.
Hi jeffkaiser!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-meta div { display: none !important; }
Regards,
Yigit
Worked great. Thanks so much.