Enthian Posted June 23, 2020 Posted June 23, 2020 Hi, I need to change the text to Spanish. Is there any code that allows me to do this? BR,
tuanphan Posted June 23, 2020 Posted June 23, 2020 Yes. You can with CSS or JavaScript. Can you share link to product detail page? 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!)
Enthian Posted June 23, 2020 Author Posted June 23, 2020 The page is still offline. Is there any other way to do this ?
tuanphan Posted June 23, 2020 Posted June 23, 2020 You can setup password & share url 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!)
Enthian Posted June 23, 2020 Author Posted June 23, 2020 https://www.serajuana.com/tienda/pollo Just sent you a message with the pass
tuanphan Posted June 23, 2020 Posted June 23, 2020 Add to Home > Settings > Advanced > Code Injection > Footer <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $(".ProductItem-nav-pagination *").html(function() { return $(this).html().replace("Previous", "new previous"); }); $(".ProductItem-nav-pagination *").html(function() { return $(this).html().replace("Next", "new next"); }); }); </script> 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
Archived
This topic is now archived and is closed to further replies.