Apr 09, 2021 12:09 pm
Hi,
I'd like to remove the comment count from the comment section header. I couldn't find any option in the admin area for custom forms. What would be the best approach in this case?
2 Replies
Apr 09, 2021 12:23 pm
You can use the CSS code below:
#comments #wpdcom span.wpdtc { display: none !important; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
Apr 09, 2021 12:23 pm
Your topic was moved to correct forum.