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;
}
A user seeks help resizing the “add to cart” button and product price on their Shopify store (www.xmine23.com), which uses the Local by Crown theme.
Solution provided:
.shopify-payment-button__button for button sizingfont-size: 2.5rem !important and width: 50% !important properties.product-text.product-price--original for price adjustmentsOutcome: The original poster confirmed the solution worked successfully.
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;
}