What's your biggest current challenge? Have your say in Community Polls along the right column.

Filtering options not available on mobile

Solved

Filtering options not available on mobile

megwirges
Tourist
4 0 2

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?

Accepted Solution (1)
DaisyVo
Shopify Partner
1024 129 143

This is an accepted solution.

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 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 5 (5)
megwirges
Tourist
4 0 2

Thank you! What do you need?

DaisyVo
Shopify Partner
1024 129 143

Hi @megwirges 

 

Could you please share with me your store URL?

Best,

 

Daisy 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
megwirges
Tourist
4 0 2

mwrentalsbendigo.myshopify.com

 
 
DaisyVo
Shopify Partner
1024 129 143

This is an accepted solution.

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 
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
megwirges
Tourist
4 0 2

Thank you so much! That worked.