Home Forums WoodMart support forum How to remove the product counter in the category display section

How to remove the product counter in the category display section

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #613474

    hey3212
    Participant

    Hi,

    When hovering, the category shows a product counter, see attached. How to remove this?

    #613475

    hey3212
    Participant

    attach it again.

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

    Hung Pham
    Participant

    Hi hey3212,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .cat-design-default div.more-products {
    		display: none;
    }

    Regards,

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