Re: problem with size of add to cart button

Solved

problem with size of add to cart button

vivvy1522
Excursionist
27 0 4

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.Screenshot 2024-07-01 alle 06.42.00.png

Accepted Solution (1)

Abdosamer
Shopify Partner
894 163 181

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;
}



Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 2 (2)

Abdosamer
Shopify Partner
894 163 181

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;
}



Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
vivvy1522
Excursionist
27 0 4

Thank you!😘