Change selected button color

Solved
treedesign
New Member
4 0 0

Hello,

How do I change the button color for the selected size and material? Right now it's outlined with a border. I want the selected buttons to be black with white text.

 

Thanks for your help!

Accepted Solution (1)

Accepted Solutions
EcomRAZ
Shopify Partner
85 6 6

This is an accepted solution.

Hi @treedesign ,

 You can find this class in theme.css file and edit the following code. It will be done as you need. 

.product-form__swatch__item--button input[type=radio]:checked+label {
background: black;
color: white;
}

 

If you find it difficult, You can ping me a message and give access. I will do that for you.

 

Thanks,

EcomRAZ

Shopify Store Developer || Certified Shopify Partner || Liquid and JavaScript || Figma/XD to Shopify || Shopify Plus || Shopify Speed Optimization
- If you find our reply helpful, please hit Like and Mark as a Solution || Book a Free Call NOW: ecom.raz23@gmail.com || Whatsapp: +923166892449

View solution in original post

Replies 3 (3)
EcomRAZ
Shopify Partner
85 6 6

Hi @treedesign ,

 Can you please share website link so I can check the button?

 

Thanks,

EcomRAZ

Shopify Store Developer || Certified Shopify Partner || Liquid and JavaScript || Figma/XD to Shopify || Shopify Plus || Shopify Speed Optimization
- If you find our reply helpful, please hit Like and Mark as a Solution || Book a Free Call NOW: ecom.raz23@gmail.com || Whatsapp: +923166892449
treedesign
New Member
4 0 0
EcomRAZ
Shopify Partner
85 6 6

This is an accepted solution.

Hi @treedesign ,

 You can find this class in theme.css file and edit the following code. It will be done as you need. 

.product-form__swatch__item--button input[type=radio]:checked+label {
background: black;
color: white;
}

 

If you find it difficult, You can ping me a message and give access. I will do that for you.

 

Thanks,

EcomRAZ

Shopify Store Developer || Certified Shopify Partner || Liquid and JavaScript || Figma/XD to Shopify || Shopify Plus || Shopify Speed Optimization
- If you find our reply helpful, please hit Like and Mark as a Solution || Book a Free Call NOW: ecom.raz23@gmail.com || Whatsapp: +923166892449