Efestoone Posted February 27 Share Posted February 27 Hey guys, I am encountering a problem. I want to make the arrows for the quantity selection of an item look either nicer or maybe make a drop-down menu out of it. Attached is an image of how it looks right now. I would really appreciate your ideas. Link to comment
tuanphan Posted March 15 Share Posted March 15 Can you share link to this product? We can check easier 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
Efestoone Posted March 23 Author Share Posted March 23 Yes, sure. https://www.efesto.one/shop/p/white-basic-t-shirt Link to comment
Solution tuanphan Posted March 26 Solution Share Posted March 26 On 3/23/2024 at 9:05 PM, Efestoone said: Yes, sure. https://www.efesto.one/shop/p/white-basic-t-shirt You can use this code to Website > Website Tools > Custom CSS /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; } rhondahymason and KasperBed99 1 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
KasperBed99 Posted March 26 Share Posted March 26 Tuan Phan you're a legend. Works perfectly. Link to comment
rhondahymason Posted April 8 Share Posted April 8 On 3/26/2024 at 6:57 PM, tuanphan said: You can use this code to Website > Website Tools > Custom CSS /* Chrome, Safari, Edge, Opera */ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; } Thank you @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