JFrohn Posted March 27, 2023 Share Posted March 27, 2023 Hi, I have a question regarding the mobile menu drop down folder. I have a menu folder that both drops down when hovered over to show the contents, as well as when clicked opens up and show all contents as an overview. This works on the destop browser. However on mobile theres' no hovering possible, so when clicked the menu drops down and shows an additional option with "All [folder name]", see photo attached (here it says All Unternehmen). This wouldnt be a problem if the site was in English... Does anyone know how to adjust the word "all" in this context? Thanks so much for any help! TT Link to comment
tuanphan Posted March 29, 2023 Share Posted March 29, 2023 What is site url? We can help 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
JFrohn Posted March 29, 2023 Author Share Posted March 29, 2023 www.frohn-gesundheit.de Thanks! Link to comment
tuanphan Posted March 31, 2023 Share Posted March 31, 2023 How did you add language? To rename "All" we can add this code to Code Injection > Footer (but this code will run on all pages) <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> <script> $(document).ready(function(){ $("div.header-menu-nav-item").html(function() { return $(this).html().replace("All", "newAll"); }); }); </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!) Link to comment
JFrohn Posted April 1, 2023 Author Share Posted April 1, 2023 Thanks it worked! I used this extension to get the language toggle https://dashboard.weglot.com/login tuanphan 1 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