• Resolved rickgriffin

    (@rickgriffin)


    I’m disabling the comment feature on my site but the comment bubble icon still shows up on all post meta. How do I remove it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi rickgriffin,

    thanks for using Tuto.

    You could hide the comment count bubble with a line of CSS:

    .mh-meta-comments { display: none; }

    When it comes to CSS customizations, you can always use tools like Firebug or your browsers inspection tool to inspect the particular elements, check how the CSS has been applied and then use that information for your own customizations.

    In order to add custom CSS code to your website, you should either make use of a child theme or use plugins like for example Simple Custom CSS.

    Thread Starter rickgriffin

    (@rickgriffin)

    Got it, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Removing comment icon’ is closed to new replies.