Hi!
You need a little bit of CSS to achieve that.
Are you familiar with it?
Simply go to Customize > Additional CSS.
And then write:
.archive header span {display:none;}
That’s all
Happy coding!
Thank you Laly,
I wanted to remove only the word “Categoría:” and “Etiqueta:” (in spanish). Finally I used a filter as explained here.
https://blog.tawfiq.me/how-to-remove-the-word-archive-from-category-tag-and-custom-post-type-title/
Thanks one more time
👋
De nada
Hablo español si lo necesitas
The snippet I gave you does that. It removes “only” the words Category and Tag, which are span elements. You don’t need a filter 😉
Stay safe!
-
This reply was modified 8 months ago by
Laly York. Reason: typo
Oh Thanks Laly!
I actually prefer your solution. It is much better and clean 👌
¡Perfecto!