Home Forums WoodMart support forum Hide product count (from product categories)

Hide product count (from product categories)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #83017

    VivaDigital
    Participant

    Hi,
    It is possible to hide product count (from product categories)?
    See the img in the attach to understand.

    Thanks.

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

    Hello,

    Enter the element and switch to the Design Tab, choose the design without product count.

    Best Regards

    #83052

    VivaDigital
    Participant

    Even change the design, the product count still appear (see the attach)

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

    Hello,

    Please provide page URL and site admin access I will provide custom CSS to hide.

    Best Regards

    #83175

    VivaDigital
    Participant

    Please,

    this is the website.

    #83210

    Hello,

    Add this code to the Theme Settings > Custom CSS:

    .category-grid-item .more-products>a {
        display: none;
    }

    Best Regards

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