Hoe verberg je de categoriekop op mobiel

Wenn es ein Bild in der Kategorie gibt - habe ich immer so einen Sticky header. Dadurch wird mobil der halbe Bildschirm verdeckt.

Ist das bei anderen auch so?

2 likes

Yes, that banner is a core feature that appears when a category has a category logo.
I think you can use this CSS to hide it.

That would hide it on all devices.

1 like

Danke, aber es funktioniert leider nicht.

@Aurora it probably has to be more specific

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

Thank you - that works!

1 like