Enthian Posted June 23, 2020 Share Posted June 23, 2020 Hi, I need to change the text to Spanish. Is there any code that allows me to do this? BR, Link to comment
tuanphan Posted June 23, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Enthian Posted June 23, 2020 Author Share Posted June 23, 2020 The page is still offline. Is there any other way to do this ? Link to comment
tuanphan Posted June 23, 2020 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Enthian Posted June 23, 2020 Author Share Posted June 23, 2020 https://www.serajuana.com/tienda/pollo Just sent you a message with the pass Link to comment
tuanphan Posted June 23, 2020 Share 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> Enthian 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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