Home Forums WoodMart support forum Hide "product results" of a categorie on tablet

Hide "product results" of a categorie on tablet

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

    timvanhuik
    Participant

    Hi,

    I have disabled all filters on top of the shop. But now I saw at my new website that the total product results appears on my iPad.

    It is not showing on mobile and desktop, only iPad.

    How can I hide this?

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

    Hello,

    Please specify what steps should I take to reproduce the problem? I cannot catch the problem http://prntscr.com/o2vjwg

    Best Regards

    #128885

    timvanhuik
    Participant

    You can’t see the staging environment at this moment.

    It’s the: .woocommerce-result-count which is showing up

    🙂

    #128930

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-result-count{
    display:none!important;
    }

    Best Regards

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