saraskjoldnes Posted July 15, 2020 Share Posted July 15, 2020 Site URL: https://ingrid-volden.squarespace.com Hi, I'm currently trying to change the language of my mobile navigation menu. It is currently saying 'Menu', but I would like it to say 'Meny'. Is there a way of doing this using custom CSS? URL password: Myldring Link to comment
tuanphan Posted July 16, 2020 Share Posted July 16, 2020 Add to Home > Design > Custom CSS nav#mobileMenuLink ul li a { visibility: hidden; } nav#mobileMenuLink ul li a:before { visibility: visible; content: "Meny"; position: absolute; } 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
saraskjoldnes Posted July 17, 2020 Author Share Posted July 17, 2020 Thank you! That worked perfectly :) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.