Shopify themes, liquid, logos, and UX
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:
I would hugely appreciate the help!
Solved! Go to the solution
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
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
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;
}
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025