Guest Posted February 5, 2021 Share Posted February 5, 2021 (edited) 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. Edited February 5, 2021 by thenonis missing text Link to comment
tuanphan Posted February 5, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Guest Posted February 5, 2021 Share 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 Link to comment
tuanphan Posted February 7, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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