ShootiezProductions Posted October 8, 2021 Posted October 8, 2021 Site URL: https://www.shootiezproductions.com/ I am wondering how to add my logo or image to the mobile menu. My mobile menu is currently really dull and boring as it just has text on it. I want to make it look more visually appealing but I can not find any place in the style design to make it look more aesthetically pleasing. Any help or suggestions is greatly appreciated!
tuanphan Posted October 13, 2021 Posted October 13, 2021 Add logo to top of menu? Logo will be clickable or non-clickable? Do you use Personal or Business Plan? 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!)
ShootiezProductions Posted October 17, 2021 Author Posted October 17, 2021 A logo at the top of the page that's clickable back to the home menu and also just some images to the bottom possibly to make the page look more atheistically pleasing. I use Business plan!
tuanphan Posted October 27, 2021 Posted October 27, 2021 On 10/18/2021 at 2:58 AM, ShootiezProductions said: A logo at the top of the page that's clickable back to the home menu and also just some images to the bottom possibly to make the page look more atheistically pleasing. I use Business plan! Add to Last Line in Code INjection > Footer <script> $(document).ready(function() { $('<a href="/" class="m-logo"><img src="https://cdn.pixabay.com/photo/2021/09/21/22/10/sunset-6645036__340.jpg"/></a>').insertBefore('.Mobile-overlay-menu-main>nav'); }); </script> <style> a.m-logo img { width: 100px; margin: 0 auto; display: block; margin-bottom: 10px; } .Mobile-overlay-menu { margin-top: 50px; } </style> 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.