Change variant dropdown box background colour in Dawn 2.20 Theme

Hi @StrovenUK

Please paste below code in base.css as you said you know how to add CSS there so, I’ll not go into how, where etc.

.product-form__input--dropdown select {
	background-color: #041f1e;
}

It’ll surely fix your dropdown color background issue.

Working eg.