Hello!
How do I change the style on my buttons from being “rounded” to just being a square, please see attached image below. I am using the impact theme.
Thank you.
Hello!
How do I change the style on my buttons from being “rounded” to just being a square, please see attached image below. I am using the impact theme.
Thank you.
Hi @Dogleg ,
Please provide your website to provide a code specific for you
Hey @Dogleg !
You can use the following CSS code. You can add it by navigating to the ‘Default Product’ template in your theme customizer, and add it to the custom CSS section for ‘Product information’
.buy-buttons button, .shopify-payment-button__button {
border-radius: 0px !important;
}
Hopefully that helps you out!