Hi, @TTMG !
Thanks for reaching out in our Community forums and for sharing your concern, I’d be happy to help.
It sounds like you are looking to customize the color of the background of the drop down Sort By menu on the Ride theme. This can be done by following the steps below:
- Head over to your Shopify Admin, and click on Online Store
- From there, click on the Action button beside the Ride Theme and select Edit Code
- Then, you will browse through the Assets section and click on /base.css
- Finally, you will add this code to the bottom of the file and save.
select[name="sort_by"] option {
background-color:**#111**;
}
Please note, in this example, the color is set to black (#111), but you can replace it with any color that you desire.
Kindly reply back to this thread with any questions or updates and we can continue our conversation further!