Home Forums Exoplanet Removing number of products listed in a category on the shop page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10664
    westm
    Participant

    Under each product category is the name I gave that category and a (x) where x = the number of products within. How do I hide or remove that so it just shows the category name?

    #10665
    Andy
    Keymaster

    Add this CSS at Appearance > Customize > Additional CSS:

    .product-category mark.count {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing number of products listed in a category on the shop page’ is closed to new replies.