Hi there
I need to change either the font colour or the background colour in one of the drop down box in woocommerce (where you choose which country to send to).
What can I do to change it? Can’t seem to find it in the styling section of Enfold?
Cheers,
Malene
Hey Malene,
Please try the following in Quick CSS under Enfold->General Styling:
#select2-results-1 {
background: #191919 !important;
}
Best regards,
Rikard
It worked perfectly!
Thank you so much!
/M.