How can I change a filter title from 'more filters' to 'materials'?

Hello,

I want to change the title of the filter “more filters” to “materials” but none of the solutions I found worked.

Can anyone help?

Thanks a lot!

https://the-moire.com/

@salarmilano btw which app you’re using for the filter ?

Shopify Search & Discovery

By Shopify

Hello,

Use this js code then your Problem is resolve

jQuery(document).ready(function(){
     jQuery('.filter-group__heading__text').html('Materials');    
})

Thank you, where I have to copy the code?

That code is copied in your Default .Js file (theme.js) put End of file

i have only theme.liquid

ok then put that code before head tag close


just like span shot.

Ok, thank you

But if I copy this code every titles change in “Materials”

I already update my code please put New One

please check this Video https://www.awesomescreenshot.com/video/16221105?key=902f13c750381b490bbedd0098acac07

and updated Code is


1 Like

Works, thank you!! :grinning_face: