Change color of product variant dropdown arrow to black (Venture Theme)

Hello,

I am having alot of trouble changing only the drop down arrow of my product variant menus to black. In the image below, you can see that the arrow is white and hard to see. Is there an easy way I can change its color? I am using the Venture theme in Shopify.

@MikeG3

can you please share store url please

Hello. My shopify store URL is michael-giancola.myshopify.com. Thanks.

@MikeG3

current theme use background image so it’s not possible change only arrow code but you have try below code select design

Asset->/theme.scss.liquid->paste below code at the bottom of the file.

select {background-color: #000 !important; color: #fff !important;}

This works thank you!