Hayleighroberts Posted February 5 Posted February 5 (edited) Hi @tuanphan Currently on my product pages the fields have a black outline and on click a thick white outline, I have tried to amend both of these things on site style but couldn't find a way to do it. Are you able to help? I have attached screenshots. 1 - Make outline white 2 - Remove thick outline on click For both desktop and mobile. Thank you! Edited February 9 by Hayleighroberts different infirmation
tuanphan Posted February 7 Posted February 7 Hi, What is site url? Can you share link to product in screenshot? 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!)
Hayleighroberts Posted February 7 Author Posted February 7 link to website/product page - https://www.matildamaeboutique.co.uk/shopourcollection/p/white-tutu-romper Thank you!
tuanphan Posted February 11 Posted February 11 You can use this code to Website > Website Tools > Custom CSS .product-details .variant-option select { border: none !important; outline-color: transparent !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!)
Hayleighroberts Posted February 11 Author Posted February 11 @tuanphan I tried to above code but it made the field border transparent and not white and still showed the white thicker border when clicking.
tuanphan Posted February 12 Posted February 12 So you want Border to white (not transparent) remove white line around the white border when clicking ? 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!)
tuanphan Posted February 15 Posted February 15 Use this CSS code to change to white border .product-details .variant-option select { border-color: white !important; } Use this code to remove white border on click .product-details .variant-option select { border-color: white !important; outline-color: transparent !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment