Home Forums WoodMart support forum Remove filter widget

Remove filter widget

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #543690

    contact.gsbsolar
    Participant

    remove filter

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

    Hung Pham
    Keymaster

    Hi contact.gsbsolar,

    Thanks for reaching to us.

    Please check the article below for help:

    https://www.businessbloomer.com/woocommerce-remove-default-sorting-dropdown/

    Regards,

    #544108

    contact.gsbsolar
    Participant

    Hello there, As my concern about remove filter widget and you give my some documentation link after 24 hours. And I follow your steps. When i do these things what you have sent. I faced different problems there. After i removed this cod but my problem is still. This on mobile devices.

    gsbsolar.com

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

    Hung Pham
    Keymaster

    Hi contact.gsbsolar,

    Sorry for inconveniences. By default, WoodMart theme does not control these because it’s default WooCommerce sorting.

    I also checked and the icons on mobile are showing well https://prnt.sc/OIIxbtUpY5Af Please clear cache browser and check again.

    Regards,

    #544697

    contact.gsbsolar
    Participant

    .woocommerce-ordering {
    display:none;
    }
    i have added this code in custom css

    yes this remove the widget totally, good

    but this code is only remove the widget at desktop view , but not in mobile view..
    please give me instruction to remove also in mobile or tablet view..i want to remove it completely.

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

    Hung Pham
    Keymaster

    Hi contact.gsbsolar,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:

    .post-type-archive-product .shop-loop-head{
    	display: none;
    }

    Regards,

    #544904

    contact.gsbsolar
    Participant

    not working

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

    Hung Pham
    Keymaster

    Hi contact.gsbsolar,

    Please clear browser cache and check again https://prnt.sc/qNCAlHsabSEv

    Regards,

    #544912

    contact.gsbsolar
    Participant

    Yeah..it works…
    But its only remove the widget from product (shop page) page. Not from category page..

    On every single category page i want to remove it ..Guide me

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

    Hung Pham
    Keymaster

    Hi contact.gsbsolar,

    Please remove previous code and use below one

    .archive.tax-product_cat .shop-loop-head,
    .post-type-archive-product .shop-loop-head{
    	display: none;
    }

    Regards,

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