Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1295520
    intveld
    Participant

    Dear guys,

    I wonder if its possible to remove the two grey items on top of the category pages in the WooCommerce Ethos Stack. To be sure I send you a screen shot of the items I mean.

    Thanks in advance.

    Ton

    #1295609
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1295720
    intveld
    Participant
    This reply has been marked as private.
    #1295740
    Prasant Rai
    Moderator

    Hello Ton,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

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

    Thanks.

    #1296016
    intveld
    Participant

    Great. Thanks.

    #1296026
    Joao
    Moderator

    You are welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1295520 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>