uppercutlinn Posted December 3, 2020 Share Posted December 3, 2020 (edited) 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 : )) Edited December 3, 2020 by uppercutlinn Beyondspace 1 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; } uppercutlinn and tuanphan 1 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you 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