We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

make the add to cart botton biggere

make the add to cart botton biggere

Mdb_Gioto
Excursionist
49 0 17

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 

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10211 2427 3080

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:

Made4uoRibe_0-1729898796460.png

 

 


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

 

 

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

PageFly-Richard
Shopify Partner
5011 1120 1806

Hi @Mdb_Gioto 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> 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 </head>

 

<style>
.product-form button.button.button--large {
    padding: 3rem;
}
</style>

 

 

PageFlyRichard_1-1733276314404.png

 

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.