All things Shopify and commerce
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.
Thank You
Solved! Go to the solution
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;
}
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;
}
User | RANK |
---|---|
41 | |
39 | |
24 | |
22 | |
22 |
Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023