Problema de cabeçalho de categorias após atualização

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 curtidas