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?
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.