Hi all,
Does anyone know the code to change the color of the Add To Cart Button on the new Studio Version Theme?
Thanks,
Penelope
Hi all,
Does anyone know the code to change the color of the Add To Cart Button on the new Studio Version Theme?
Thanks,
Penelope
Hello @PPUSA
Please use below code on assets → base.css at the bottom to change color of ATC button
button.product-form__submit{
background:#1990c6 !important;
}
@PPUSA ,
#000 = background color
#fff = text color
If it helps you please click on the “like” button and mark this answer as a solution!
Thank you.
Kind regards,
Diego
Diego, you are my hero!
This is the only code that I have found to work! I just replaced the hex#s for the text and button color and it worked like a charm!
Thank you so-so-so much! ![]()
Renée