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