Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1087645
    JP
    Participant

    hi thee,

    could you please give me the CSS to hide the row on the shop that shows the items highlighted on the screenshot

    thanks as always

    #1087997
    Prasant Rai
    Moderator

    Hello There,

    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.

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