tnfdorsett Posted March 1, 2020 Share Posted March 1, 2020 Site URL: http://www.kitchendoorsnw.com Hi I used this line of code to make my logo appear on mobile however it's not linking back to homepage and also the graphic burger is very small - I would love to make it bigger or event add ' menu ' text underneath it? kitchendoorsnw.com Please help 🙂 Link to comment
tuanphan Posted March 2, 2020 Share Posted March 2, 2020 To make logo click able, add this to Home > Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $("#mobile-navigation-title").click(function() { window.location = "https://www.kitchendoorsnw.com/"; }); </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
tnfdorsett Posted March 3, 2020 Author Share Posted March 3, 2020 Amazing thank you @tuanphan  Did you please have a solution for the burger to be larger or custom?  Thanks,  Tom Link to comment
tuanphan Posted March 3, 2020 Share Posted March 3, 2020 #mobile-navigation-label:before { font-size: 50px; width: 50px; height: 50px; } span#mobile-navigation-title { width: 90% !important; }  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.