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!
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!
@salarmilano btw which app you’re using for the filter ?
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
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
Works, thank you!! ![]()