Hello. I’d like to remove FILTERS from the collection page in the Loft Theme by Trailblaze Media. Appreciate the help!
Please share your store URL.
oops. thanks. apologies.
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.