How can I change the buttons on our store from square to pill shaped or more rounded?

Hi @pokersamadhi

Add the code in theme.scss file

.btn {
    border-radius: 50px !important;
}