How to remove a collection filter in the new store editor?

How do i delete the filter ‘FILTER BY ANIME’ in the new shopify store editor? Any help would be appreciated

Hello, @Jack134

Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.

@Jack134

which theme you used in your webshop or please share your shop URL

Thanks!

My url is https://senshistore.com/collections/the-first-collection and i am using the turbo portland theme

my site is https://senshistore.com/collections/the-first-collection and im using turbo portland as my theme

@Jack134

Please add the following code at the bottom of your assets/styles.scss.liquid file.

.collection .sidebar__collection-filter{
display: none;
}

Hope this works.

Thanks!

Thank you it worked!