My country selector is green how do I change it pink #ffc0cb. www.theblenderlove.com pw: thewell
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?
