Dawn theme > layout > filter menu

Hi all,

Does anyone know how to change the filter drop down menu so it has a black background? I think the text is already white which is why it cant be seen:

gokink.com.au

Thanks so much,

Steve

Hello @socconnor
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->component-facets.css
add this code at the end of the file and save.

.facet-filters__sort:focus-visible {
background: black !important;
}

Thanks

1 Like

Thanks, that worked. Bought you a coffee.

Thanks for the coffee.
Happy to help you…!!!