Home › Forums › WoodMart support forum › Remove filter widget
Remove filter widget
- This topic has 9 replies, 2 voices, and was last updated 9 months, 2 weeks ago by Hung Pham.
-
AuthorPosts
-
February 26, 2024 at 8:43 am #543690
contact.gsbsolarParticipantremove filter
Attachments:
You must be logged in to view attached files.February 26, 2024 at 6:23 pm #543988
Hung PhamKeymasterHi contact.gsbsolar,
Thanks for reaching to us.
Please check the article below for help:
https://www.businessbloomer.com/woocommerce-remove-default-sorting-dropdown/
Regards,
February 27, 2024 at 9:42 am #544108
contact.gsbsolarParticipantHello 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.February 28, 2024 at 7:58 am #544500
Hung PhamKeymasterHi 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,
February 28, 2024 at 3:19 pm #544697
contact.gsbsolarParticipant.woocommerce-ordering {
display:none;
}
i have added this code in custom cssyes 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.February 29, 2024 at 7:31 am #544883
Hung PhamKeymasterHi 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,
February 29, 2024 at 8:29 am #544904
contact.gsbsolarParticipantnot working
Attachments:
You must be logged in to view attached files.February 29, 2024 at 8:37 am #544909
Hung PhamKeymasterHi contact.gsbsolar,
Please clear browser cache and check again https://prnt.sc/qNCAlHsabSEv
Regards,
February 29, 2024 at 8:46 am #544912
contact.gsbsolarParticipantYeah..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.February 29, 2024 at 6:39 pm #545157
Hung PhamKeymasterHi 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,
-
AuthorPosts
Tagged: Remove in mobile
- You must be logged in to create new topics. Login / Register