Remove Filters on catalogue product pages

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

Hey @CraigReep

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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:

  1. Go to Online Store → Theme → Edit code

  2. 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 -:

  1. Go To Online Store → Themes → Customize

Now open Product Page and Click on “Product Grid” option

  1. Now, Scroll down and uncheck Filtering and Sorting option -

  1. Save Changes.

Output -:

I hope this helps

Please let me know if you have any query.

Thank you.