TamTam-emil Posted June 10 Share Posted June 10 Hello, Can you help me to use css to translate the labels in this case replace "Select" and under there is Quantity word that I would love to rewrite to my language Link to comment
tuanphan Posted June 12 Share Posted June 12 To remove Quantity, you can use this code to Website > Website Tools > Custom CSS /* Rename quantity label */ .quantity-label { visibility: hidden; } .quantity-label:before { visibility: visible; content: "new quantity label"; } To rename "Select", can you share link to product in your 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!) 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