I remember being able to add/remove the post date and comments on the blog list, but I can’t remember how. I checked the settings, enfold theme settings, and the page settings and can’t seem to find it.
Right now it’s displaying:
Top 3 Neck Pain Stretches & Exercises for Pain Relief
0 Comments/January 1, 2015
I’m trying to figure out how to disable the “0 Comments”. Thank you!
Hey stewroids!
You can find it in Dashboard > Enfold > Blog Layout > Blog Meta Elements.
Best regards,
Elliott
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.slide-meta-comments, .slide-meta-del {
display: none!important;
}
Best regards,
Yigit
Works! What about for the date? I tried removing “comments” and replacing it with “date” with no luck.