Hi, changing the text as described above introduces a small navigation bug. It’s easy to fix though 😉
Open: eaterstop-pro/js/filter-gallery.js
Edit line 12:
if(filterVal === 'all') {
to
if(filterVal === 'your new word') {
Note, your new word has to be lowercase.
I hope this helps someone who needs to do the same thing.
-
This reply was modified 6 years, 6 months ago by
Leon Sennomo. Reason: grammar