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
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
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.
Thank you very much Asti- worked a treat! Really appreciate it