Remove FILTERS for Collections in Loft Theme

Hello. I’d like to remove FILTERS from the collection page in the Loft Theme by Trailblaze Media. Appreciate the help!

https://stitched-stories-embroidery.myshopify.com/

@debbiehodge

Please share your store URL.

oops. thanks. apologies.

https://stitchedstories.com

https://stitched-stories-embroidery.myshopify.com/

@debbiehodge

Please add the following code at the bottom of your assets/theme.min.css file.

#collection-template .collection-filtering {
    display: none;
}

Hope this works.

Thanks!

hello @debbiehodge

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#collection-template .collection-filtering {
    display: none;
}

Thanks so much. That works. I appreciate your help.