Add to cart button style Dawn Theme

Solved

Add to cart button style Dawn Theme

Ulysse1234
Tourist
42 0 17

Hi,

I've got some issues, I’d like to change the style of my quantity button and the add to cart button that is white and not centered with the quantity button, but I can't do it.

 

Somebody knows how to do it please? 

 

Website: https://rvmmpz-4s.myshopify.com

 

What I'm looking for:

3.png

 

What I have: (I want to keep the paypal button)

image_2025-01-29_184655452.png

Accepted Solution (1)

devcoders
Shopify Partner
1003 127 251

This is an accepted solution.

Hello @Ulysse1234 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.product-form__submit {
background: #000;
color: #fff;
margin-top: -71px!important;
}

 

devcoders_0-1738256683136.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!

View solution in original post

Replies 2 (2)

devcoders
Shopify Partner
1003 127 251

This is an accepted solution.

Hello @Ulysse1234 

 

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

 

.product-form__submit {
background: #000;
color: #fff;
margin-top: -71px!important;
}

 

devcoders_0-1738256683136.png

 

Shopify Developer: Helping eCommerce Stores

If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
Ulysse1234
Tourist
42 0 17

Thanks a lot, it's perfect!