איך להסתיר כותרת קטגוריה במובייל

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?

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.

תודה, אבל למרבה הצער זה לא עובד.

@Aurora זה כנראה צריך להיות יותר ספציפי

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

תודה - זה עובד!