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;
}

Hello Nate!

How do you display the CSS to a new them’s mobile code? There is no editable CSS code in FKB pro theme. Do you mean that we should create a component and add the following code there?

@Kajan Is there a ‘Edit CSS/HTML’ button in the theme settings? If not, you may have to use a component.