Craft theme- how to make buttons cohesive

Hello y’all! So I noticed that my add to cart doesn’t match my add to wish list and buy now button on my products. I was wondering how I can edit that so they all match? Thank you!

URL: https://moderndayrags.com

Maybe I should rephrase? I’m trying to get my “add to cart” to match my other buttons on the product pages. I have a hex code I want to use. Any codes I can add? I can’t change it in my theme as it changes other fields I don’t want changed. Thank you!

Hello @moderndayrags

Add this CSS code
Online Store > Themes > Edit code > Assets > custom

.product-form__buttons .product-form__submit { background: red; }

You can change the Red color to any other color you need.

1 Like

@SmallTask do you know if I’m able to insert a hex code where the color is to get the one I need?

Edited to add I tried the hex code and it worked! Thank you!

@SmallTask I also don’t have a custom section within my asset when I try to edit the code.

Edited to add that I placed it under base.css and it worked! Thank you!