How can I make my currency drop down menu transparent?

Hi is there a way to make my currency drop down transparent on my page:

password: sandwich

Hi @lesbrons

Add the following code to the end of your stylesheet.css file:

.locale-selectors__selector
{
background-color: transparent!important;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

Hi thanks so much for your reply!
I just tried adding it though and it unfortunatly did not work

Add this one instead then:

select.locale-selectors__selector {
    background-color: transparent!important;
}
1 Like

Thanks so much!!

You’re most welcome!

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

1 Like