Hi,
I have two questions !
-
How do you change the color of product name?
-
How do you change the button color when it’s clicked?
the color I want for both is #64523A
thank you in advance.
Hi,
I have two questions !
How do you change the color of product name?
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.
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.
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
Could you provide me store URL? I should be able to answer your question.
Yours faithfully!