Change color buy butttons

Hi, I want to change the color of my ‘add to cart’ button on Lumina theme. I can’t change it on color schemes and I also tried to add several codes to change it, that I saw on other discussions with the same issue, but it doesn’t work.
Does anyone know the solution? Thanks.

This is how it looks in customize theme

this is how it looks on the website

Hello @cdv1
Try This

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product-form__buttons .product-form__submit.button--secondary { color: #000 !important; /*change color according to you*/ }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Otherwise share your store URL and password if any please.
so i can check and provide you possible solution for your question.

Thanks for your reply. It didn’t work, unfortunately.
URL is www.digitalmrrproducts.com

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product-form__btns button.product-form__btn.btn.btn--lg.btn--outline{ color: #000 !important; /*change color according to you*/ background: #e2d9d6 !important; /*change color according to you*/ }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

That worked! Thank you so much :slightly_smiling_face: