dannysilvestri Posted January 21, 2020 Share Posted January 21, 2020 Hi all, many thanks in advance for any help I am able to receive to my query. I have installed 'Five' template. However, I am no longer liking the menu selection at the top of the page, so wish to change it to a more modern, sleeker and easier for clients to navigate 'Hamburger' style menu. This template doesn't use that style unless in mobile or tablet mode. Is there some code that any of you know of where I am able to inject it on site so that it always comes up with the 'Hamburger' style menu please? Also, is there a way when on mobile devices my logo at the top is still viewed as it seems to disapear? Thanks again! I hope someone is able to shed some light on the query. All the best. Link to comment
tuanphan Posted January 22, 2020 Share Posted January 22, 2020 You can use custom code to force Mobile Header on Desktop, and hide desktop header... #mobile-navigation { display: block; } div#navigation-top { display: none !important; } 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
dannysilvestri Posted January 22, 2020 Author Share Posted January 22, 2020 19 hours ago, tuanphan said: You can use custom code to force Mobile Header on Desktop, and hide desktop header... #mobile-navigation { display: block; } div#navigation-top { display: none !important; } This is fantastic! Thank you very much for sending this code, it has worked exactly how you say. Amazing! However, is there also a way to assign this to the left of the page? And still be able to have the brand 'LOGO' at the top? It's a shame that on mobile it misses the brand 'LOGO' out. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.