Looking to have the background of my Sort By filter drop-down the same color as my theme background. Anyone know how I could fix this please?
For Change background of filter dropdown follow below steps :
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset > component-facets.css and paste this at the bottom of the file:
.mobile-facets__sort .select__select {
background-color: #c3c3c9 !important;
}
Hope this works well for your site.
Best Regards !
