Personalizar botão de compra Shopify

1 – Acesse o arquivo base.css do seu tema

2 – Adicione o código abaixo na ultima linha do arquivo

Script

/* INICIO CODIGO - ALTERAÇÃO BOTÃO */
.product-form__buttons .product-form__submit {
  background-color: #4169E1!important;
  color: white!important;
  border-radius: 15px;
}
.product-form__buttons .product-form__submit:after {
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;
}
/* FIM CODIGO - ALTERAÇÃO BOTÃO */
Esse tutorial foi util?