How do I change the colors of buttons and the name of products?

Hi,

I have two questions !

  1. How do you change the color of product name?

  2. How do you change the button color when it’s clicked?

the color I want for both is #64523A

thank you in advance.

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Sure!

paw-pparel.com

pw: harubori

Please add below css code in bottom of assets/base.css file

.product__info-wrapper .product__title h1 {
color: #64523A;

}

.product-form__input input[type=radio]:checked+label {
background-color: #64523A;

}
Thank you.

Hi Thank you once again.

It does change the color of product name but not the buttons for the variant ..

Please try this:

Please add below css code in bottom of assets/base.css file

.product-form__input input[type=radio]:checked+label {
background-color: #64523A !important;

}
Thank you.

Thank you

How about change the color of font of button when it’s clicked ?

Please add below css code in bottom of assets/base.css file
.product-form__input input[type=radio]:checked+label {
color: #000 !important;

}
Thank you

@Eileen12

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!