Hi,
The filtering options for viewing products on desktop is working fine, but for mobile it does not come up. Is someone able to please fix this for me?
Mobile product filtering on a Shopify collection page was not appearing on mobile while working on desktop. The store owner requested a fix and shared the store URL.
A solution was provided via Theme Settings > Custom CSS, adding a mobile-specific CSS rule:
This change likely addressed visibility/contrast of the filter UI on mobile, making the options readable/accessible. The user confirmed the fix worked.
Key terms:
Attachments: A code snippet was central; screenshot links were provided to illustrate settings and results.
Outcome: Issue resolved; no further actions requested. Discussion closed.
Hi,
The filtering options for viewing products on desktop is working fine, but for mobile it does not come up. Is someone able to please fix this for me?
Thank you! What do you need?
Hi @megwirges
To complete your requests, please follow these steps:
@media screen and (max-width: 768px){
.facets-container.scroll-trigger * {
color: #637ED9 !important;
}
}
Here is the result: https://prnt.sc/NmSgiz2YgNJu
I hope this helps
Best,
Daisy
Thank you so much! That worked.