uppercutlinn Posted December 3, 2020 Share Posted December 3, 2020 Site URL: http://uppercutdanseteater.squarespace.com Hi! I would like to have a burger menu on the right side corner of my website, but when clicking on it, it hides the background as if I'm entering a new site. And I would like it to look like this: (transparent when you click on the burger so that you still se the background as well as to be able to use the folders) I am currently using this code: @media screen and (min-width:950px) {.header-nav, .header-actions { display: none!important} .header-burger { display: flex!important;} .header--menu-open .header-menu {opacity: 1; visibility: visible;}} and I only managed to do this to my site: I have searched for DAYS and I'm really a beginner with coding so I would appriciate the help SO MUCH : )) Link to comment
Beyondspace Posted December 7, 2020 Share Posted December 7, 2020 On 12/3/2020 at 11:16 PM, uppercutlinn said: Site URL: http://uppercutdanseteater.squarespace.com Hi! I would like to have a burger menu on the right side corner of my website, but when clicking on it, it hides the background as if I'm entering a new site. And I would like it to look like this: (transparent when you click on the burger so that you still se the background as well as to be able to use the folders) I am currently using this code: @media screen and (min-width:950px) {.header-nav, .header-actions { display: none!important} .header-burger { display: flex!important;} .header--menu-open .header-menu {opacity: 1; visibility: visible;}} and I only managed to do this to my site: I have searched for DAYS and I'm really a beginner with coding so I would appriciate the help SO MUCH : )) Could you try this css body[data-menu-overlay-theme-switcher="true"] .header-menu .header-menu-bg { background-color: transparent; } body[data-menu-overlay-theme-switcher="true"].header--menu-open .header .header-burger .top-bun, body[data-menu-overlay-theme-switcher="true"].header--menu-open .header .header-burger .patty, body[data-menu-overlay-theme-switcher="true"].header--menu-open .header .header-burger .bottom-bun { background: #fff; } body[data-menu-overlay-theme-switcher="true"] .header-menu .header-menu-nav a:not(.btn) { color: #fff; padding: 0; padding-bottom: 0.7em; font-size: 4vmin; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
uppercutlinn Posted December 28, 2020 Author Share Posted December 28, 2020 I think I am maybe doing it wrong... cause it doesn't work.. : - ))) Link to comment
Beyondspace Posted December 29, 2020 Share Posted December 29, 2020 7 hours ago, uppercutlinn said: I think I am maybe doing it wrong... cause it doesn't work.. : - ))) Have you add it into Design->Custom CSS BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
uppercutlinn Posted February 2, 2021 Author Share Posted February 2, 2021 yep! not working : (( Link to comment
Beyondspace Posted February 3, 2021 Share Posted February 3, 2021 12 hours ago, uppercutlinn said: yep! not working : (( take screenshot of how your custom css screen look like BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.