How can I remove the 'filtered after' from my menu?

Topic summary

A user seeks help removing an unwanted “filtered after” menu element appearing on their Shopify store (shown in a screenshot with a red circle).

Troubleshooting Steps:

  • Another user requests the store link to provide custom CSS code
  • The issue may be caused by a filter app installed on the store
  • The original poster has multiple apps installed but is unsure which one is responsible

Proposed Solution:

  • Navigate to theme customization and select the default collection
  • Add CSS code at the bottom to hide the element: .inline-list { display: none !important; }
  • A screenshot demonstrates where to paste the code

Status: The discussion appears ongoing, with a potential CSS fix provided but not yet confirmed as working.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

Please help me get rid of the menu in the red circle.

Hi, can you please share the link so I can give you css to hide this filter, thanks!

Thank you for the fast reply. Here is the link:

Are you using some app for filter?

Hi! I have several apps installed, but that just apperad there and I don’t know how to remove it. Do you think it is an app?

Go to customize theme, click and select default collection. then at bottom paste this code in css section.
.inline-list{
display: none !important;
}