Hello @ab-hewits
Please follow the steps below after logging into the Shopify admin:
-
Go to your Shopify Admin panel.
-
Click on Online Store > Themes.
-
Find the theme you want to edit and then click Actions > Edit code.
-
Search base.css
-
Insert the provided CSS code at the end of the file and save the changes.
@media screen and (max-width: 749px)
{
.facets-container > facet-filters-form
{
display: none !important;
}
}
Please hit Like and Mark it as a Solution if you find our reply helpful.