How to shrink the buy button and add text?

How to shrink the buy button and add text?

https://alpadadoors.com/

Hi @Daniil_P13 ,

I am from Mageplaza - Shopify solution expert.

To meet your requirements, you will need to customize the HTML and CSS of the product section. Could you please provide us with the file that controls the product section and the URL of a page that contains this section?

Best regards.

Hi Daniil_P13

  1. Button
  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file theme.css and add this code at the end of the file
button.button.button--outline.w-full.tpo_add-to-cart {
    width: 50% !important;
}

Result:

  • Quantity: Please contact the theme developer to rearrange the code position in the theme code.

Best,
LizHoang