• Resolved giusewp

    (@giusewp)


    Hi,

    I need support to hide the products count from my woocommerce website.

    The number of producucts are shown in brackets next to each product category in the home page.
    How can I remove these numbers?
    The main problem is that these numbers are shown in the HOME PAGE next to each category title and not in the SHOP PAGE.
    I am still building the website. It is not online yet.

    Thank you
    Your support will be much appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @giusewp,

    Thanks for reaching out!

    I understand that you want to remove the product quantity displayed on your homepage.

    Are you referring to the image shown below?

    Image Link: https://snipboard.io/ytOSkr.jpg

    If so, can you please try the CSS code below and see if that works? You can add them by going to My Sites – Appearance – Additional CSS.

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

    The desired output will be this:

    Image Link: https://snipboard.io/62NKVF.jpg

    Hope this helps!

    Thread Starter giusewp

    (@giusewp)

    Hi
    Thanks a lot for your help.

    I have copied and paste the code you suggested.
    I am attaching here the screenshot.
    I have saved and pubblished the page but, as you can see from the screenshot the numbers next to the category list is still there.
    This is the screenshot of the home page of my website. As you can see under TOP CATEGORIES. I still have the number of products for each category.
    Image: https://snipboard.io/2YeEGO.jpg

    Thank you
    Zusepe

    Plugin Support Kaushik S. a11n

    (@kaushiksomaiya)

    Hi @giusewp

    Could you send the URL of your shop page?

    If you are using the Category Block widget – you can disable the product count as shown below:

    I hope this helps! ??

    Thread Starter giusewp

    (@giusewp)

    Hi Kaushik,

    thank you for your support.
    Can you plase tell me how can I get to this page to deactivate the product count?

    Thank you

    Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    Hi @giusewp,

    Please send a link to your shop page so we can see what you’re dealing with here rather than shooting blind.

    @kaushiksomaiya’s screenshot only applies to you if you’re using the Category Block Widget, as he mentioned in his message

    Thread Starter giusewp

    (@giusewp)

    Dear all,

    thank you for your help and efforts.
    As I am still building the website, I would like to develop the pages a bit further before going online.

    I will address this issue later on.

    In the meantime, I thank you for all your time and support.
    Cheers

    Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    Hi @giusewp,

    No worries at all.

    I’ll mark this thread as resolved now. If you still have issues when you’re done developing the site, feel free to create new thread about the issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide products count from home page’ is closed to new replies.