New Shopify Certification now available: Liquid Storefronts for Theme Developers

How to change buy buttons style

Solved
jnud21
Tourist
12 0 1

Hello There ,

 

Is there any way to change the style of the buy buttons from this to this , changing height , width , length of the buttons  , Please any assistances would be helpful.

 

buy.png

 

 

 

 

 

 

Thank You

Accepted Solution (1)
ZestardTech
Shopify Expert
5300 950 1261

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Bottom of the file:

 

.product-form__buttons {
position: relative;
}
.product__add__cart__button {
position: absolute;
top: 80px;
}
.shopify-payment-button {
position: absolute;
top: 83px;
left: 152px;
}
.share-icons {
margin-top: 101px;
}
quantity-input.quantity {
width: 294px!important;
}

 

ZestardTech_0-1699532008373.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Reply 1 (1)
ZestardTech
Shopify Expert
5300 950 1261

This is an accepted solution.

Hello There,

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the Bottom of the file:

 

.product-form__buttons {
position: relative;
}
.product__add__cart__button {
position: absolute;
top: 80px;
}
.shopify-payment-button {
position: absolute;
top: 83px;
left: 152px;
}
.share-icons {
margin-top: 101px;
}
quantity-input.quantity {
width: 294px!important;
}

 

ZestardTech_0-1699532008373.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing