How can I change the Add To Cart button color in the Studio Version theme?

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 ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

#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

2 Likes

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! :two_hearts:

Renée

2 Likes