These are custom implementations and it is not how it appears by default for this theme. See example how default WordPress comments looks on Sparkling theme: http://colorlib.com/sparkling/template-comments/
Thread Starter
mellk
(@mellk)
Actually I just discovered it’s a browser thing. Chrome doesn’t display any number count besides the comment boxes, but Firefox does. It seems when a list is declared in the code, it thinks it should display these numbers. Really annoying but not something directly related to the code.
Thanks for pointing that out!
Yes, these numbers are present only on Firefox. Try adding this to Theme Options – Other – Custom CSS to remove those numbers
.comment-list, .comment-list .children {
list-style: none;
}
Let me know if this works
Thread Starter
mellk
(@mellk)
Superb! That piece of code resolved the problem instantly!