Unable to edit the colour of the drop down on 'Sort By'

I’m having the same issue as found in this post, but for some reason, the solution doesn’t seem to work for me.

You can recreate the issue here by clicking “Filter + Sort”: https://store.2smoke.co.uk/collections/all

Thanks,

Hello Cristiano,
You just need to do it via CSS,
Please add the below code to your theme CSS file.

.mobile-facets__sort .select__select {
background-color: #121212 !important;

}

1 Like

That’s perfect, thanks for the rapid response!

Enjoy your day

It’s good to know that it’s worked for you.
You too.

1 Like