Skip to main content
Contributor ⭐️⭐️
January 6, 2023
Solved

Hide number of replies against a user when posting

  • January 6, 2023
  • 12 replies
  • 152 views

Hi, 

Is it possible to hide the number of replies against a user when they are posting? i.e. the count highlighted below:

 

 

I’ve read you can do this using the phrases, but I’m not sure which phrase and how. I’m assuming it is one of the below?

Thank you!

Ellie

    Best answer by tom.shaddock

    Hi @ellie.jordan.rh just jumping in here as @bas is out on vacation this week, i’ve added a couple more elements to this CSS now. You can give this try:

    .post__user__meta ul.text--meta li:nth-child(3), 
    body.twig_page-product-update .post__user__meta > ul > li:nth-child(2),
    body.twig_page-idea .post__user__meta > ul > li:nth-child(2), body.twig_page-idea .post__user__meta > ul > li:nth-child(2){
    display: none;
    }

     

    Also just a disclaimer that this code isn’t future proofed against possible platform updates and might need updating should we release a platform change that negatively affects it 🙂

    12 replies

    Kenneth R
    Expert ⭐️⭐️
    July 9, 2025

    Ah great catch ​@JeppePeppe !  I’ll see if I can explore some alternative solutions in our sandbox tomorrow (note that I’m just an AI-assisted vibe coder 😅).

    JeppePeppe
    Helper ⭐️⭐️
    July 9, 2025

    (note that I’m just an AI-assisted vibe coder 😅).

     

    Haha, that’s the best kind!

    tah-dah