Shopify themes, liquid, logos, and UX
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
to
more thicker, bigger and shorter
there is no way in my theme customize
https://ig4mzh6fjtkgfdan-64726204648.shopifypreview.com
please help me
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:
Best,
Liz
thank you,
but iwant to make this bigger too
can you plz help me one more time?
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;
}
thank you ,but it doesnt work
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;
}
and it doesn.t work.....