neswxyz Posted November 12, 2023 Share Posted November 12, 2023 Hello! I am trying to figure out how I can adjust the size of the drop down box for size variants on my product pages. Additionally, how can I change the size of the "quantity" box and the "Add to cart" button which is also not customizable for some reason. Lastly, I need to adjust the spacing between the product title, price and product description. You used to be able to easily customize this without code on the older Squarespace versions. I miss that time 😞 Can someone help? Site URL: https://www.quellcreates.com/store/p/babytee Link to comment
SaranyaDesigns Posted November 13, 2023 Share Posted November 13, 2023 @neswxyz you should be able to accomplish most of this with some custom CSS - can you be more specific with what you want for each adjustment? More space? less space? larger fonts etc? Link to comment
dani2 Posted August 14 Share Posted August 14 (edited) Hi, I'd like to ask a similar question... Re a product's detail page (desktop and on mobile) Anyone know the css to make these circled parts 20px type size? or even better, to inherit the P2 size so if i change P2 size these will update ('she assumes, with her terribly basic knowledge of css!') Edited August 14 by dani2 Link to comment
tuanphan Posted August 17 Share Posted August 17 On 8/14/2024 at 8:29 AM, dani2 said: Hi, I'd like to ask a similar question... Re a product's detail page (desktop and on mobile) Anyone know the css to make these circled parts 20px type size? or even better, to inherit the P2 size so if i change P2 size these will update ('she assumes, with her terribly basic knowledge of css!') You can use this to Website Tools > Custom CSS /* variant size */ .variant-option * { font-size: 20px !important; } div.product-quantity-input * { font-size: 20px !important; } dani2 1 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment