Shopify themes, liquid, logos, and UX
Hello, how can I resize the button "add to cart" and the price and make it smaller? I can't figure it out. Thanks. here's my website. www.xmine23.com and I'm using Local by Krown as a theme.
Solved! Go to the solution
This is an accepted solution.
Hi @vivvy1522 , go to theme.css and add the following code :
.shopify-payment-button__button {
width:50% !important;
}
.product-text .product-price--original {
font-size:2.5rem !important;
}
This is an accepted solution.
Hi @vivvy1522 , go to theme.css and add the following code :
.shopify-payment-button__button {
width:50% !important;
}
.product-text .product-price--original {
font-size:2.5rem !important;
}
Thank you!😘
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025