Home Forums WoodMart support forum Show product result counts in desktop view

Show product result counts in desktop view

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

    tibetnepalarts
    Participant

    While searching on the shop page, the number of found items is shown in the mobile view but not shown in the desktop view. How to show result counts in the shop page in desktop view.

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

    Luke Nielsen
    Keymaster

    Hello,

    You can show the “Results” field by using the below code, enter it into the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

    .woocommerce-shop .wd-builder-off .woocommerce-result-count {
        display: block;
    }

    Don’t hesitate to let me know if you need any further help or any other info.

    Kind Regards

    • This reply was modified 2 years, 7 months ago by Luke Nielsen.
Viewing 2 posts - 1 through 2 (of 2 total)