Hi,
I’m trying to change button shape to rounded and I found this code :
.button.disabled, .button:disabled, .button[aria-disabled=true], .customer button.disabled, .customer button:disabled, .customer button[aria-disabled=true] {
border-radius: 10px;
}
.button, .customer button, .shopify-challenge__button { border-radius: 10px !important;}
But check the results it doesn’t work :
Site : https://salima-ouhmad.myshopify.com/
password : reisos,
Thank you,

