Problema de encabezado de categorías desde la actualización

It could be that the specificity has changed, can you check in the inspector?
If you don’t know how, try changing your css to:

.category-heading.--has-logo { display: none; }

And see if that fixes it.

2 Me gusta