knockout Posted July 3, 2020 Share Posted July 3, 2020 The site I'm building in 7.1 has no header nav items. It is only a logo and a call to action (CTA) button. On mobile, the hamburger menu leads to a blank menu with only the CTA button at the bottom. It doesn't match my color scheme. I want to get rid of the menu on mobile entirely. I want it to look like: [Logo] [CTA button] and not: [Logo] [=] with the = (the ugly hamburger menu) leading to a blank white non-matching menu with an easy-to-miss button at the bottom. I should be able to do this using built-in customization and without code, and if I can't, Squarespace that's a terrible look. What's the fix here? Link to comment
tuanphan Posted July 5, 2020 Share Posted July 5, 2020 Can you share link to your site? I think we need to use custom code. 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
knockout Posted July 6, 2020 Author Share Posted July 6, 2020 On 7/5/2020 at 10:25 AM, tuanphan said: Can you share link to your site? I think we need to use custom code. https://crocodile-caterpillar-8tjk.squarespace.com/ pw: HiddenBallast2k20 Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 On 7/7/2020 at 2:46 AM, knockout said: https://crocodile-caterpillar-8tjk.squarespace.com/ pw: HiddenBallast2k20 Add to Home > Design > Custom CSS @media screen and (max-width:767px) { /* remove burger */ .header-burger { display: none; } /* show button */ .header-actions { display: block !important; } .header .header-actions-action--cta { display: block; } /* logo width */ .header-title-nav-wrapper { flex: 50% !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
jlama Posted July 24, 2020 Share Posted July 24, 2020 Im looking to also keep the mobile view without hamburger menu but with a CTA button. This code only worked to remove the hamburger menu...any ideas? Link to comment
tuanphan Posted July 25, 2020 Share Posted July 25, 2020 20 hours ago, jlama said: Im looking to also keep the mobile view without hamburger menu but with a CTA button. This code only worked to remove the hamburger menu...any ideas? Can you share link to your site? We can check easier. 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
jlama Posted July 27, 2020 Share Posted July 27, 2020 Thank you! Site is http//:www.pantryphilosophy.com Link to comment
tuanphan Posted August 3, 2020 Share Posted August 3, 2020 Have you solved it yet? Also, which plan do you use? Personal, Business..? Show Book Now only or Book now + Contact on mobile? 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
jlama Posted August 3, 2020 Share Posted August 3, 2020 Using a Business plan. Havent solved it yet but would be great to have the book now button 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