I want these and all boarders curved including search bar to this:
url: kickrshub.com
password: adley123
help me curve all search, quantity and checkout buttons
I want these and all boarders curved including search bar to this:
url: kickrshub.com
password: adley123
help me curve all search, quantity and checkout buttons
hey @KickrsHub share URL of your website plz
Hello @KickrsHub
Welcome to the Shopify Community! Please share your store URL and password (if it’s password-protected), so I can check and provide you with the exact solution.
Check the updated message
Hey @KickrsHub .
In order to make the Buttons on the Cart page then you have to follow these steps.
Go to Shopify Admin > Click on Online Store > Select the theme where you want to make the corner of the button rounded > Click on Edit Code > In the Edit code search for base.css file > Go to the end of this file and paste the following code.
.cart__footer .button {
border-radius: 8px !important;
border-radius: 8px !important;
}
Results:
You can change the Border Radius Values based on your need.
There is no need to edit code, this is done in theme configuration:
And the same for Inputs, a bit lower in theme settings.
So undo stylesheet edits you’ve done and do this in Customizer
Thank you so much! I been at this for hours with AI trying to code it. All is good however could you help me curve these
Hello @KickrsHub
.cart__footer .button::before {
border-radius: 30px!important;
}
.cart__footer .button::after {
border-radius: 30px!important;
}
.cart__footer .button {
border-radius: 8px !important;
border-radius: 8px !important;
}