Hi, Please can someone help to provide some code or a setting to remove the filters at the top part of the page when looking for products. This is the price and ordering filters of the products. On this page via the link you will see the filters I’m talking about.
https://512f21.myshopify.com/collections/double-gate
Password: Chameleon
Thanks in advance
Moeed
March 6, 2024, 11:21am
2
Hey @CraigReep
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code at the bottom:
aside#main-collection-filters {
display: none;
}
Hi CraigReep,
You don’t need some code for it, just turn off the section’s settings in the Theme editor.
Live example: Best – martin-dumpstore
password: 1
Hello @CraigReep ,
Yes, You can remove the filter and sorting option using theme customizer.
Please take a look at the attached screenshot -:
Go To Online Store → Themes → Customize
Now open Product Page and Click on “Product Grid” option
Now, Scroll down and uncheck Filtering and Sorting option -
Save Changes.
Output -:
I hope this helps
Please let me know if you have any query.
Thank you.