• Resolved marcoinit

    (@marcoinit)


    I don’t want to show my product count next to the category on any of the pages in Blocks but cannot find how to, can anyone help?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    Hello there,
    I would assume that you are referring to the Product Categories List block.

    If so, you can disable the product count from the block settings after adding it:

    Block Product Count
    Link to image: https://d.pr/i/nwIPkS

    Thread Starter marcoinit

    (@marcoinit)

    Thank you for your reply Nicola

    However I was talking about in the menus and the shortcode block

    ([product_categories limit=”3″ columns=”3″ orderby=”menu_order”])

    example image can be seen here:
    https://www.dropbox.com/s/f6e6lbg6dumvui6/example.jpg?dl=0

    Cheers
    Marco

    Plugin Support Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    You can use this custom CSS code:

    li.product-category .count {
        display: none;
    }

    You can use add custom CSS in Appearance > Customize > Additional CSS, as explained here: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    • This reply was modified 4 years, 4 months ago by Nico.
    Plugin Support Nico

    (@nicolamustone)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product Count On All Pages’ is closed to new replies.