[Copenhagen Theme] hide comment count in Recent Activity?

Answered

2 Comments

  • Kasper Sørensen
    Zendesk Product Manager

    Looking at the HTML structure, I feel like you could just hide this with some CSS that targets the div.recent-activity-item-comment elements.

    Here's some CSS (I didn't test it though, but I'm pretty certain it will work):

    div.recent-activity-item-comment {
    display: none;
    }
    1
  • Edwin Schukking

    Thank you so much, this indeed did the trick!

    0

Please sign in to leave a comment.

Powered by Zendesk