jesswilbur Posted January 28 Posted January 28 (edited) Hi, i am looking to make the "select size" box smaller and just say "SIZE" in the same font as the rest of my site (screenshot of font attached) and then remove the "Quantity" box if possible ? Any help would be much appreciated, https://www.aremmer.com/shop/p/storm-44ee4 site password is - Wilbur Thanks Edited January 28 by jesswilbur
tuanphan Posted January 30 Posted January 30 You can use this code to Website > Website Tools (under Not Linked) > Custom CSS .pdp-layout .pdp-details .variant-option select { padding-top: 5px !important; padding-bottom: 5px !important; } div.product-quantity-input { display: none !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
jesswilbur Posted January 30 Author Posted January 30 (edited) @tuanphan thank you, that has reduced the height of the box but do you know how to change the width, and make it just say size. also can you remove the text above that says SIZE: thanks Edited January 30 by jesswilbur
tuanphan Posted February 2 Posted February 2 to adjust width & remove "size", use this CSS code .variant-option-title { display: none; } .pdp-layout .pdp-details .product-variants { max-width: 300px; } To remove "select" from dropdown, see this Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment