Change the border radius of all buttons on Impulse theme

Hello !

My website is www.lothaire.fr and I’m looking for an easy way to change the border radius of all buttons. They’re way too rounded.

Thank you

Hello @LothaireBordeau ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
.btn{
    border-radius: 8px !important;
}

Let me know if you need further assistance!

Hi @LothaireBordeau

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
:root{
  --buttonRadius: 7px !important;
}

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! :rocket: (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

Yes i can change all the border buttons for is just some little requirement

Reply me back here so we can have a little conversation together then i can proceed with the button changers