How can I match my Sort By filter dropdown background to my theme color?

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?

@RockBreaks

For Change background of filter dropdown follow below steps :

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. 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 !