Home Forums WoodMart support forum Remove Product Count Next to Attribute in Filters Widget

Remove Product Count Next to Attribute in Filters Widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #83924

    jottwilm
    Participant

    How to remove the product count (number) next to each attribute in the filters widget on the shop page.

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

    Hello,

    Add this code to the Theme settings > Custom CSS

    .woodmart-woocommerce-layered-nav .count {
    display:none;
    }

    Best Regards

    #83940

    jottwilm
    Participant

    Thank you, that worked!

    #83949

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Remove Product Count Next to Attribute in Filters Widget’ is closed to new replies.