Home Forums WoodMart support forum Disable the product count on the filters

Disable the product count on the filters

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #248609

    imbacactus
    Participant

    Hello, I would like to disable the product count that is disabled on the filter area – see attached screenshot. Is there an option on the theme settings that does that?

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

    Nafiul35
    Participant

    Hello, imbacacuts!

    If you want to disable product count from shop page sidebar categories then follow this spets. I think this will help you.

    1: Appearance
    2: Widgets
    3: Shop page widget area / Shop filters
    4: Product categories
    5: Uncheck the “Show product counts”

    Let me know if this helps you or send me a full-page screenshot so that I can give you a proper guidance.

    Thanks,
    Nafiul

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

    imbacactus
    Participant

    Thank you for your response, the count is displayed on filters using the woodmart woocomerce layered widget. As far as i can see there is not such an option on this spesific widget – https://i.imgur.com/kbBS9m5.png In the screenshot the widget is filtering based on color

    Widget description
    “Shows a custom attribute in a widget which lets you narrow down the list of products when viewing product categories.”

    #248625

    Nafiul35
    Participant

    Okay please add this CSS code to your website, And then reload the shop page. I hope it will work now. Let me know if it works.

    `.widget_product_categories .count, .woodmart-woocommerce-layered-nav .count {
    display: none !important;
    }

    Thanks

    #248626

    Nafiul35
    Participant

    It’s working for me: https://prnt.sc/vxom6u

    #248627

    Nafiul35
    Participant
    .widget_product_categories .count, .woodmart-woocommerce-layered-nav .count {
        display: none !important;
    }
    #248709

    Hello,

    I have checked the code provided by kind Nafiul35 it works. Please add this code to the Theme Settings > Custom CSS > Global.

    Best Regards.

    P.S. Nafiul35, thank you for your kind help!

    #248806

    imbacactus
    Participant

    Thank you very much the css code worked perfectly

    #248943

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

    Best Regards

    #248951

    Nafiul35
    Participant

    No problem Elise Noromit. Since we are developers so we should help other people to fix their issues.

    Tace take man 🙂

    #248953

    Nafiul35
    Participant

    Take care*

    My bad spelling mistake 🙂

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

The topic ‘Disable the product count on the filters’ is closed to new replies.