How can I change the color of my country selector to pink?

My country selector is green how do I change it pink #ffc0cb. www.theblenderlove.com pw: thewell

Hi @BlenderLoveGuy

You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.localization-form__select{
background: #ffc0cb;

}

I tried that and pasted it at the bottom of my base.css file and it is still green although I am able to make it white. It’s a little confusing.

Hi @BlenderLoveGuy
i didn’t see the code, are you sure you added the code into the bottom of the base.css file?

@BlenderLoveGuy
put below in theme.liquid file before closing tag