Changing variant picker color/dropdown menu text color

  1. I am trying to change the color of my variant picker text/outline to white. This is what it currently looks like:

  1. I want to change to color of the dropdown menu for all sections

Here is my store URL: techeuporia.store

1 Like

Hi @gibson_groft

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.facet-filters__sort option {
    background: #121212;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

I still need to know how to change the color of the variant picker

1 Like