Barbro Posted March 6, 2021 Share Posted March 6, 2021 Site URL: https://www.preg-design.no How can I change "back" text in mobile nav menu? Template Mojave Link to comment
tuanphan Posted March 9, 2021 Share Posted March 9, 2021 On 3/6/2021 at 8:07 PM, Barbro said: Site URL: https://www.preg-design.no How can I change "back" text in mobile nav menu? Template Mojave Add to Design > Custom CSS /* change back text */ span.Mobile-overlay-folder-item--toggle-label { visibility: hidden; } span.Mobile-overlay-folder-item--toggle-label:before { visibility: visible; content: "new text"; left: 0; 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
Barbro Posted June 9, 2021 Author Share Posted June 9, 2021 Quote /* change back text */ span.Mobile-overlay-folder-item--toggle-label { visibility: hidden; } span.Mobile-overlay-folder-item--toggle-label:before { visibility: visible; content: "new text"; left: 0; position: absolute; } Thank you so much! Issue solved:-) Link to comment
tuanphan Posted June 13, 2021 Share Posted June 13, 2021 On 6/10/2021 at 3:44 AM, Barbro said: Thank you so much! Issue solved:-) Do you need support with these? Site URL – https://www.preg-design.no/ 1. (Tablet-Homepage) Increase page width? 2. (Mobile) Some pages look long. Want to add a back to top button? 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
Archived
This topic is now archived and is closed to further replies.