Filtering options not available on mobile

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?

1 Like

Thank you! What do you need?

Hi @megwirges

Could you please share with me your store URL?

Best,

Daisy

mwrentalsbendigo.myshopify.com

1 Like

Hi @megwirges

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
@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.