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!😘
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024