Home Forums WoodMart support forum Desktop Product Count Missing

Desktop Product Count Missing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #569572

    I can’t see where to add, via the theme settings, the option to show on desktop how many products are available to view in each category. This number should also change as the filter restrict the products.

    It’s working on mobile but not desktop

    #569659

    Hello,

    Can you please share some screenshots for better understanding where you want to show the product count in the categories. So I will check and give you a possible solution.

    Best Regards.

    #570286

    I attached mobile view with the results showing and the desktop without…

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

    Also, here’s an example link: Estate Diamond Jewelry

    #570514

    Hello,

    Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .shop-content-area:not(.col-lg-12).wd-builder-off .woocommerce-result-count {
        display: block !important;
    }

    Best Regards.

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