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;
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024