Shopify themes, liquid, logos, and UX
Hi, for some reason I can't make the borders round in the drawer cart. Can anyone help ?
https://aaba5d-52.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hi @Daniel19901
Check this one.
#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart, #t4s-mini_cart .t4s-drawer__bottom .t4s-btn__checkout {
border-radius: 30px;
border-color: #4e102a;
}
.t4s-btn-base.t4s-btn-style-outline:after {
border-radius: 30px;
border-color: #4e102a;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks
This is an accepted solution.
- Here is the solution for you @Daniel19901
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.t4s-minicart-recommendations {
border-radius: 20px !important;
}
#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart {
border-radius: 29px !important;
border: 2px solid #4e102a !important;
}
.t4s-btn-base.t4s-btn-style-outline:after {
border-color: white !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hello There,
can you please clarify which border you need to modify? Cart Drawer corner ? Button inside it or any other please mark it.
Thank You
This is an accepted solution.
Hi @Daniel19901
Check this one.
#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart, #t4s-mini_cart .t4s-drawer__bottom .t4s-btn__checkout {
border-radius: 30px;
border-color: #4e102a;
}
.t4s-btn-base.t4s-btn-style-outline:after {
border-radius: 30px;
border-color: #4e102a;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks
This is an accepted solution.
- Here is the solution for you @Daniel19901
- Please follow these steps:
- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.t4s-minicart-recommendations {
border-radius: 20px !important;
}
#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart {
border-radius: 29px !important;
border: 2px solid #4e102a !important;
}
.t4s-btn-base.t4s-btn-style-outline:after {
border-color: white !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hi @Daniel19901 ,
You can change button border radius by adding a simple line of css.
In your Shopify store go to online store > themes > click on the three dots in your theme> edit code
Here, you can search for theme.css in your left sidebar.
And paste this code there.
.t4s-btn-base,
.t4s-btn-base.t4s-btn-style-outline:before,
.t4s-btn-base.t4s-btn-style-outline:after,
.t4s-btn-base.t4s-btn-effect-rectangle-out:hover:before {
border-radius: 32px;
}
Result :-
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
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