We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

how to change button design

how to change button design

lavly
Excursionist
43 0 4

lavly_0-1737692956212.png

to

lavly_1-1737693006331.png


more thicker, bigger and shorter
there is no way in my theme customize

https://ig4mzh6fjtkgfdan-64726204648.shopifypreview.com
please help me

Replies 6 (6)

LizHoang
Shopify Partner
1251 159 195

Hi Lavly

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file  theme.css and add this code at the end of the file

 

button#ProductSubmitButton-template--18344952299752__main {
    height: 45px !important;
    background: #6798b8 !important;
    color: #fff !important;
}

 

Result: 

LizHoang_0-1737695108857.png

 

Best,
Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
lavly
Excursionist
43 0 4

thank you,
but iwant to make this bigger too
can you plz help me one more time?

lavly_0-1737695424143.png

 



faisalxe
Shopify Partner
20 0 5

Hello Lavly,

- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file  theme.css and add this code at the end of the file

Note: You can change height and padding value to get your desired size of buttons!

 

.product-form__input--button input[type=radio]+label {
    padding: 0.5rem 2.4rem;
}

.quantity {
    padding: 0.5rem;
}
button .product-form__submit{
    height: 3.5rem !important;
}

Screenshot_3.jpg 

Confused? Busy? Get the solution you need faisalmahmood56@gmail.com
or buy me a coffee on Coffee
lavly
Excursionist
43 0 4

thank you ,but it doesnt work

faisalxe
Shopify Partner
20 0 5

Try to put important at the end of each property value and then check or try to change the placement of the code. Put it directly on top of product-template.liquid I hope it will to work.

 

.product-form__input--button input[type=radio]+label {
    padding: 0.5rem 2.4rem !important;
}

.quantity {
    padding: 0.5rem !important;
}
button .product-form__submit{
    height: 3.5rem !important;
}

 

Confused? Busy? Get the solution you need faisalmahmood56@gmail.com
or buy me a coffee on Coffee
lavly
Excursionist
43 0 4

and it doesn.t work.....