Round corners add to cart and quantity selector product page DAWN theme

Solved

Round corners add to cart and quantity selector product page DAWN theme

CarCleanCC
Explorer
57 0 8

Hello!

 

I am using the dawn theme and my URL is carcleansweden.se.

 

I would like to have round corners on the add to cart button and on the quantity selector:

CarCleanCC_0-1734490492692.png

I would hugely appreciate the help!

 

Accepted Solution (1)

Guleria
Shopify Partner
3944 791 1120

This is an accepted solution.

Hello @CarCleanCC ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.button:after, .quantity:after{
border-radius: 6px !important;
}

 

Regards
Guleria

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

View solution in original post

Replies 2 (2)

Guleria
Shopify Partner
3944 791 1120

This is an accepted solution.

Hello @CarCleanCC ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.button:after, .quantity:after{
border-radius: 6px !important;
}

 

Regards
Guleria

- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder

devcoders
Shopify Partner
694 89 179

Hello @CarCleanCC 

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,
.product-form__submit::before,
.product-form__submit::after {
    border-radius: 8px !important;
}
.quantity:before , .quantity:after{
    border-radius: 8px !important;
}

 

 

devcoders_0-1734492121249.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!