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!😘
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025