Changing variant picker color/dropdown menu text color

Changing variant picker color/dropdown menu text color

gibson_groft
Visitor
3 0 2

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

image.png
2. I want to change to color of the dropdown menu for all sections

gibson_groft_0-1707777371293.png

Here is my store URL: techeuporia.store 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3081

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:

Made4uoRibe_0-1707778588278.png

 

 

 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
gibson_groft
Visitor
3 0 2

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