alexwelsh Posted February 17, 2022 Share Posted February 17, 2022 Site URL: http://www.raphacbd.com Hi, I changed a bit of text and it has now changed the look of my hamburger menu on mobile view. I would like it to be black background with white text. I used the CSS code to change the background black and managed to find a code to turn the text white however it didn't show my burger menu as it disapears and then you can't leave the page, Link to comment
Beyondspace Posted February 17, 2022 Share Posted February 17, 2022 1 hour ago, alexwelsh said: Site URL: http://www.raphacbd.com Hi, I changed a bit of text and it has now changed the look of my hamburger menu on mobile view. I would like it to be black background with white text. I used the CSS code to change the background black and managed to find a code to turn the text white however it didn't show my burger menu as it disapears and then you can't leave the page, Try adding to Home > Design > Custom Css body.header--menu-open .site-wrapper .header-menu .header-menu-bg { background-color: #000; } body.header--menu-open .header .header-burger .top-bun, body.header--menu-open .header .header-burger .bottom-bun{ background: #fff; } body.header--menu-open .header .header-title-text a { color: #fff; } body.header--menu-open .site-wrapper .header-menu .header-menu-nav a:not(.btn) { color: #fff; } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted February 17, 2022 Share Posted February 17, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
alexwelsh Posted February 17, 2022 Author Share Posted February 17, 2022 Yep, that has done it. Many thanks for your help it is much appreciated. Have a great day 👌 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