Как скрыть заголовок категории на мобильном

If there is an image in the category, I always have a sticky header. This covers half the screen on mobile.

Is this the case for others too?

2 лайка

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.

2 лайка

Thanks, but unfortunately it doesn’t work.

@Aurora it probably has to be more specific

.category-heading.--has-logo { display: none; }
1 лайк

Thank you - that works!

1 лайк

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.