CliffVDH Posted April 1, 2020 Share Posted April 1, 2020 Site URL: https://cliffvdh.com Feedback from my visitors reporting that the menu blocks (the 2 little bars) are not that visible on mobile. This confirmed by the 'visited pages' from the analytics showing that visitors struggels from moving away from 'home page' and not visiting pages accessible from the 'menu' , certainly by missing the 2 little bars. Link to comment
tuanphan Posted April 1, 2020 Share Posted April 1, 2020 maybe it is small, or they don't know what it is. You can change it to menu text, by adding this code to Home > design > Custom CSS .burger-box:after { content: "menu"; width: 60px; height: 30px; display: block; color: black; font-size: 20px; visibility: visible; } .burger-box div { display: none; } 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
CliffVDH Posted April 1, 2020 Author Share Posted April 1, 2020 Thanks for reply, will try this tomorrow, could be 'menu' will be more visible than the hamburger indeed... or ... any chance to change de burger design. Link to comment
CliffVDH Posted April 2, 2020 Author Share Posted April 2, 2020 On 4/1/2020 at 2:38 PM, tuanphan said: maybe it is small, or they don't know what it is. You can change it to menu text, by adding this code to Home > design > Custom CSS .burger-box:after { content: "menu"; width: 60px; height: 30px; display: block; color: black; font-size: 20px; visibility: visible; } .burger-box div { display: none; } last post erased and corrected due to my mistake .... Tested the code and could be a really good option... but the issue I have now is with the " color : black " ... for some page with a darker background where I switch the "color" option to something with white text the 'menu' stays black ... any chance to improve this? Other good option could be a 'bold' hamburger as long as I can switch its color from black to white where needed. Thanks Link to comment
tuanphan Posted April 4, 2020 Share Posted April 4, 2020 On 4/2/2020 at 7:44 PM, CliffVDH said: last post erased and corrected due to my mistake .... Tested the code and could be a really good option... but the issue I have now is with the " color : black " ... for some page with a darker background where I switch the "color" option to something with white text the 'menu' stays black ... any chance to improve this? Other good option could be a 'bold' hamburger as long as I can switch its color from black to white where needed. Thanks To bold or change burger color on One Page, add this to Page Settings > Advanced > Header <style> /* height is bold */ .burger-inner::before, .burger-inner::after { background: red !important; height: 5px; } </style> 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
CliffVDH Posted April 5, 2020 Author Share Posted April 5, 2020 23 hours ago, tuanphan said: To bold or change burger color on One Page, add this to Page Settings > Advanced > Header <style> /* height is bold */ .burger-inner::before, .burger-inner::after { background: red !important; height: 5px; } </style> Thanks for it all. I used your first 'menu' solution adapting the header back ground to keep it visible Thanks for your help Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.