make the add to cart botton biggere

hello, how can I make the add to cart botton a little bigger for every product page?

link store: https://vomeroitaly.com/

symmetry theme

thanks

Hi @Mdb_Gioto

Please follow the instructions below

  1. From the Admin page, go to Online Store > Themes
  2. Select the theme you want to edit, click the three dots to edit code
  3. Under the Asset folder, open the styles.css
  4. Then place the code below at the very bottom of the file and SAVE

NOTE: Adjust number 2, in the code to the size you want

.product-form button.button.button--large {
    padding: 2rem;
}

Result:

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

Hi @Mdb_Gioto

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly