Home Forums Basel support forum Hide Number of products in Layered Nav Filters, in shop sidebar

Hide Number of products in Layered Nav Filters, in shop sidebar

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #62138

    Felixwebsimple
    Participant

    1) i do not want to display the numbers of products for each attribute, how can I achieve that?

    Thank you

    #62145

    Hello,

    This is possible to do with custom CSS. You can try this code:

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

    Please add this code to Theme Settings > Custom CSS. Count on categories is hidden here: Theme Settings > Shop > Hide product count on category http://prntscr.com/jtawql

    Best Regards

    #62704

    Felixwebsimple
    Participant

    Well I still see them

    I also cleared my cache

    I added the css on my child’s theme css file

    #62769

    Hello,

    I do not see them https://gyazo.com/46953a26c5ed7e6f4694c9f7d0a8a13f

    Please send me URL and screenshot

    Best Regards

    #63060

    Felixwebsimple
    Participant

    Sorry about that.

    It was my browser’s cache

    #63072

    That is ok. If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Hide Number of products in Layered Nav Filters, in shop sidebar’ is closed to new replies.