Woocommerce categories element - hide products

Home Forums Jevelin Theme Woocommerce categories element – hide products

Home Forums Jevelin Theme Woocommerce categories element – hide products

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Nerina Mills
    Participant

    Hi there,

     

    The woocommerce product categories plugin on my homepage displays how many products are in each category. I don’t want it to do that and only want to show the product name. Is there a way to hide the number?

     

    See screenshots attached.

     

    Thank you!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Nerina,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-woocommerce-categories span.sh-woocommerce-categories-count {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Nerina Mills
    Participant

    Thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)