How-to and Troubleshooting
3
Posts
2
Users
2
Reactions
771
Views
Nov 19, 2022 10:58 pm
Hi there, I'm looking to remove the comment count (Ie 0 comments) from the plugin. Is this possible via css on the style and fonts page?
Many thanks in advance for all of your help
2 Replies
Nov 21, 2022 8:15 am
Hi @cjmf11999944,
You can use the CSS code below:
#wpdcom .wpd-thread-head .wpd-thread-info { display: none; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
Nov 21, 2022 9:14 am
Thank you very much Asti- worked a treat! Really appreciate it