Guest Posted February 5, 2021 Posted February 5, 2021 Site URL: https://www.konasnorkelandsail.com/ How do I put a Button Next to Burger Icon on the Mobile Nav. Bar? See the sample mock up .. its the "book now" button i'm trying to add.
tuanphan Posted February 5, 2021 Posted February 5, 2021 Do you use Personal or Business Plan? If Personal, i think there is no way to do this. 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!)
Guest Posted February 5, 2021 Posted February 5, 2021 7 hours ago, tuanphan said: Do you use Personal or Business Plan? If Personal, i think there is no way to do this. I have the business plan
tuanphan Posted February 7, 2021 Posted February 7, 2021 Add to Settings > Advanced > code Injection > Footer <style> a.Mobile-bar-search:after { content: "Button X"; color: white; border: 1px solid white; padding: 5px; } </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('a.Mobile-bar-search').attr('href','https://beaverhero.com'); }); </script> Replace beaverhero with your new url 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.