This topic has 6 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Please help me to change the Add to cart button color. I have only problem in product which has option here is the link https://godproduct.shop/product/ハニーラップ/ .
I have been trying with different CSS code. It is working in a PC where I make changes. but not another reflect the changes in another devices (PC, Laptop) and browser.
Hello,
Please try to use this code in Theme Options > Custom css:
.single_add_to_cart_button {
background-color: #fffcfc;
opacity: 1 !important;
color: #000000;
}
Regards
Sorry but when i use this code my add to cart button background color change to white. would you please look again.
Hello,
Simply change color value, like:
.single_add_to_cart_button {
background-color: #d0b976 ;
opacity: 1 !important;
color: #000000;
}
Regards
Thank you it works now and it works with other pc too. But found another problem that when i change my site it working only in a PC where I make changes but not reflect the changes in another devices (PC, Laptop) and browser.
Hello,
You’re welcome!
Please describe your problem in more details.
Regards
You must be logged in to reply to this topic.Log in/Sign up