Variant size

Variant size

Cameronrikko
Excursionist
21 0 4
 

2235157e3d8065a255f1767d86553a34.png

 

 

would like to make the variant boxes smaller.. can you help with this?

Replies 3 (3)

Rahul_dhiman
Shopify Partner
820 155 172

Hello @Cameronrikko 
Go to online store ----> themes ----> actions ----> edit code ---->Theme.css
add this code at the end of the file and save.

label.block-swatch {
height: 30px !important;
width: 15% !important;
}

result
13.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages

Cameronrikko
Excursionist
21 0 4

is it possible to make the text inside smaller and the add to cart thinner/quanity box smaller too.

 

thanks

Rahul_dhiman
Shopify Partner
820 155 172

Go to online store ----> themes ----> actions ----> edit code ---->Theme.css
add this code at the end of the file and save.

@media screen and (min-width: 700px) {
label.block-swatch {
height: 35px !important;
width: 14% !important;
font-size: 15px !important;
}
button.button.button--xl.button--secondary {
height: 56px;
}
.button--xl {
padding-block-start: 0.75rem;
}

quantity-selector.quantity-selector {
height: 40px !important;
width: 9rem !important;
}
}

result
2.png

If this was helpful, hit the like button and accept the solution.
Thanks

Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront

Contact here


BEST CUSTOMER ACCOUNTS APP WITH CUSTOM WISHLIST OPTION 
TRY OUR APP :

PWC: Customer Accounts & Pages