Philip_BT Posted March 6 Share Posted March 6 Hello dear Squarespace-Community. I have a problem regarding the header of my mobile and desktop site: 1. On my desktop site I do not need the 3 bars at the top right next to the dashboard button (see image below) - how can I get rid of them. 2. On my mobile site I do have the following issue: If I am not logged into my members account of my website, the header of the mobile site looks like this: This is exactly how I want my header to look like. But the moment I then log into my members account of the website, all of the header parts on the mobile page disappear (image below) - The only thing which is left is the "BasicTrading" text - the social icons and the three bars all disappear. Is it now possible to have a "Dashboard" button on the mobile site next to the "BasicTrading" text when I am logged in (the same button as on the desktop page - see top of this post)? Thank you so much in advance and if you have any further questions, just let me know. Kind Regards, Philip Link to comment
tuanphan Posted March 9 Share Posted March 9 #1. Use this code to Website > Website Tools > Custom CSS /* Hide burger bar */ .header-burger.menu-overlay-has-visible-non-navigation-items { display: none !important; } #2. So you want to replace Burger with Button on Mobile? 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!) Link to comment
Philip_BT Posted March 9 Author Share Posted March 9 First of all, thank you Tuanphan. Your code removes the "burger bar" as I wanted. And now I want to replace the "burger" on mobile site with a button. Thank you very much, Philip Link to comment
tuanphan Posted March 12 Share Posted March 12 if doing that, there is no space to keep it, it will overlap other elements, you can consider move it to new line, above or under, I can give code 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!) Link to comment
Philip_BT Posted March 13 Author Share Posted March 13 Hey tunaphan, Thank you very much - I would just move it below all the other elements of the header (simply a new line below as you suggested). I would really appreciate the code for this. Thank you, Philip 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