HG-Design Posted July 12, 2022 Share Posted July 12, 2022 Site URL: https://wvcharge.squarespace.com/waev-charge-store/p/waev-charge-ev1 Is it possible to change the layout of the dropdown boxes on the products page so there is two per line rather than one under each other? Is it also possible to make the text bold above the dropdown box? Page example: https://wvcharge.squarespace.com/waev-charge-store/p/waev-charge-ev1 Many thanks Link to comment
tuanphan Posted July 13, 2022 Share Posted July 13, 2022 You mean make 3 variants same line? 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
HG-Design Posted July 14, 2022 Author Share Posted July 14, 2022 Ideally two variants per line, for example Line 1: Charging Power / Connectivity Line 2: Installation / Line 3: Quantity Link to comment
tuanphan Posted July 14, 2022 Share Posted July 14, 2022 Try adding to Design > Custom CSS @media screen and (min-width:992px) { .ProductItem-details .product-variants { width: 100%; } .variant-option { width: 45% !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!) Link to comment
HG-Design Posted July 14, 2022 Author Share Posted July 14, 2022 Perfect, thank you as always! Final request, is it possible to make the headings (Charging Power / Connectivity) bold/heavy please? Link to comment
tuanphan Posted July 16, 2022 Share Posted July 16, 2022 Use this CSS .variant-option-title { font-weight: bold; } 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
HG-Design Posted August 2, 2022 Author Share Posted August 2, 2022 Thank you @tuanphan Link to comment
HG-Design Posted August 2, 2022 Author Share Posted August 2, 2022 Sorry @tuanphan, could you let me know the code to also make the "quantity" field bold? Link to comment
tuanphan Posted August 3, 2022 Share Posted August 3, 2022 14 hours ago, HG-Design said: Sorry @tuanphan, could you let me know the code to also make the "quantity" field bold? You mean Quantity text, number or quantity border? 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
HG-Design Posted August 3, 2022 Author Share Posted August 3, 2022 Please see photo attached, the text: Quantity - to be bold @tuanphan Link to comment
tuanphan Posted August 6, 2022 Share Posted August 6, 2022 On 8/3/2022 at 4:02 PM, HG-Design said: Please see photo attached, the text: Quantity - to be bold @tuanphan Add to Design > Custom CSS .quantity-label { font-weight: bold; } 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
HG-Design Posted August 6, 2022 Author Share Posted August 6, 2022 Thank you as always @tuanphan 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