Home Forums WoodMart support forum Disable result count

Disable result count

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #175455

    emarketworks
    Participant

    Hello,

    We upgraded the theme and now the site is showing a result count at the top on mobile. How do we remove this?

    Example: Showing 1–10 of 20 results

    Also, the dropdown arrow in the top nav (with subnav choices) has turned into a square. How to we get this to be an arrow again?

    There is no active cache on the site.

    #175497

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #175579

    emarketworks
    Participant

    We were able to fix the drop-down arrow, but the result count remains.

    Thank you for taking a look.

    #175638

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area for mobile and tablet devices in Theme Settings to fix this issue.

    .woocommerce-result-count {
      display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)