Where can I change remove the word that appears in the filter, since I do not use it.
Hi delinea
I use CSS to hide that filter:
.isotope-layout .com-content-category-blog .isotope-filter-list { display: none; }
Kindly check