• Resolved mellk

    (@mellk)


    Every comment gets a number displayed besides the comment box as a counter. How do I remove these comments counting numbers?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Silkalns

    (@silkalns)

    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: https://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.

    Theme Author Silkalns

    (@silkalns)

    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!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove comment numbers’ is closed to new replies.