Hi guys :)
I’d like to remove the comment count on my blog page: Single post with big preview, Single author, big preview (no author picture)
I unchecked the box but it didn’t remove the comment count.
Hi courtney_martin!
Thank you for using our theme.
In custom.css or enfold-styles-Quick-CSS field put the following:
#main .minor-meta.comment-container,
#main .text-sep-comment{
display: none;
}
I fixed this in core files and postet it for a patch. It will probably be fixed in one of the next updates.
Regards,
Günter
Brilliant!!! Thank you :) !