Home Forums WoodMart support forum hide numer on filter

hide numer on filter

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #268758

    ad@solutions
    Participant

    hello
    is it possible to hide the number of products when using filters.

    For example on this page https://www.genialplast.it/wp/shop/

    I would not like to see the numbers.

    How to do this?

    #268803

    Hello,

    Thank you very much for choosing our theme and for contacting us.

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

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

    Best Regards

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