• Resolved alandres

    (@alandres)


    Hi everyone!
    I would like to hide the count of products. When I show the category page and into of them are sub-categories, always to show us the count, e.g. (20) (10)

    I’m trying to doing it with CSS code.
    Only I would like to hide the count of mother category, not subcategories. Can I to doing it with this:

    .page-id-xxxx .woocommerce ul.products li.product .woocommerce-loop-category__title mark.count {display: none !important;}

    .page-id-xxxx is the ID of page

    But, I do not get it. Can you help me please.

    whit this: hiden all, but it’s not what I want.

    .woocommerce-loop-category__title mark.count {
    display: none !important;
    }

    Thank you so much for your time.

    Andrés

    • This topic was modified 6 years, 1 month ago by alandres.

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

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide mark count of category mother’ is closed to new replies.