Home Forums WoodMart support forum product counts

product counts

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #48685

    Kahan Ryan
    Participant

    how to remove product counts from product categories and white background

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

    Hello,

    Try this CSS code:

    .cat-design-alt .hover-mask {
            background-color: white;
    }
    
    .cat-design-alt .more-products {
        display:none;
    }

    Best Regards

    #48755

    Kahan Ryan
    Participant

    so

    how to remove this product count from shop page

    pls see in Private Content:

    #48801

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .category-grid-item .more-products {
    	display:none!important;
    }

    Kind Regards
    XTemos Studio

    #48965

    Kahan Ryan
    Participant

    thank you

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

The topic ‘product counts’ is closed to new replies.