• Hello,

    Is there a way to get rid of the red number box for comments that sits on the top right corner for each post summary on the main page? It would be nice to not have that option for the main page if possible.

    Thanks!

    Anson

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello azonglis,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .comments-link {
      display: none;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Get Rid of Red Number Comment Box Main Page’ is closed to new replies.