How to change unselected color of this button?

Hello,

I want to have the quanitity buttons to not be white, but the color (#f3ecfe) when they are not selected. Right now, only the selected button has a color, but I want to have the unselected colors be a lighter shade of purple when unselected (#f3ecfe)

Pictures attached.
First picture what it looks like now
Second picture what I want it to look like

Second picture what I want it to look like

Shopify url:
https://e5cc52.myshopify.com/products/shark-wearable-blanket
no password

1 Like

Hi @Corrisch ,

Can you unable the inspect tools. Thanks!

hello, please go to the 3 stripes on chrome, and go to more tools, and then developer tools

screenshot attached

I managed to enable it for you, you can now open it like normal

1 Like

Thank you. Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
  4. And Save.
fieldset.js.product-form__input label {
    background: #f3ecfe;
}

Result:

I hope it help.

Hello, it didn’t change the color. Screenshot attached

1 Like

Can you try to paste it on the section-main-product.css file? Thanks!

Yes, that worked. Thank you very much.

1 Like