Removing category banner for mobile

Description

How do I remove this banner on mobile view? Is there a setting to disable it or do I need a plugin?

Screenshots

You can Inspect the page on desktop, and add the following CSS to a new theme’s ‘mobile’ tab in the Admin panel:

.category-breadcrumb {
  display: none;
}