Home Forums WoodMart support forum Hide woocommerce-result-count

Hide woocommerce-result-count

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #245874

    Florent
    Participant

    Hello, I wouldlike to hide .woocommerce-result-count. but this .woocommerce-result-count { display: none; } code doesn’t work on the custom css. Can you help me please ?
    Thank you very much

    #245906

    Hello,

    Please provide the page URL and screen what you want to hide I will provide custom CSS.

    Best Regards

    #245994

    Florent
    Participant

    Hello, thanks for your answer.

    This is a example of a page : https://catalogue.goyard.com/categorie-produit/petite-maroquinerie/
    The issue is visible on ipad for exemple.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Mobile Landscape/Mobile and others:

    body .woocommerce-result-count {
        display: none;
    }

    Best Regards

    #246300

    Florent
    Participant

    Hello, thank you for your answer.
    But it doesn’t work

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

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #246423

    Florent
    Participant

    Please, have a look on the private content

    #246642

    Hello,

    I cannot login https://prnt.sc/vtrfzg

    Best Regards

    #246718

    Florent
    Participant

    Ok, I know why.
    My hosting is wordpress.com, so I have to send you an email via wordpress.com to create your account. Can you give me an adress email please and I will send to you this email.

    Thank you

    #246762

    Hello,

    Please send to this email: wrd@ukr.net

    Best Regards

    #246767

    Florent
    Participant

    Hello.
    It’s done. Let me know 🙂

    #246928

    Hello,

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

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

    Please remove the previous code.

    Best Regards

    #246963

    Florent
    Participant

    It works. Thanks for your help

    #246995

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

    Best Regards

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