Tagged: comment count
Hi KK,
Do you want to hide it with CSS or do you want to completely remove the comments functionality? Please link to your site so that we can have a look at it.
Best regards,
Rikard
hi
Hiding them would be great. and to be clear… I want the comment element, just not the COMMENT COUNT in the big circle where it says 0 replies
thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.comment-count, .comment-text, .center-border {
display: none;
}
Best regards,
Jordan