lion_the_el Posted April 15, 2021 Share Posted April 15, 2021 Site URL: https://www.noiristhenewnoir.com/contact Hello, I'm trying to find out how to make the drop down menu on my navigation transparent or translucent rather than a black box. Can anyone other any assistance? Beyondspace 1 Link to comment
Beyondspace Posted April 16, 2021 Share Posted April 16, 2021 On 4/15/2021 at 1:51 PM, lion_the_el said: Site URL: https://www.noiristhenewnoir.com/contact Hello, I'm trying to find out how to make the drop down menu on my navigation transparent or translucent rather than a black box. Can anyone other any assistance? try this custom css body:not(.header--menu-open) .header-nav-folder-content { background-color: transparent; } 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
lion_the_el Posted April 16, 2021 Author Share Posted April 16, 2021 2 hours ago, bangank36 said: try this custom css body:not(.header--menu-open) .header-nav-folder-content { background-color: transparent; } That's not working for me, but thank you for the response. Link to comment
tuanphan Posted April 19, 2021 Share Posted April 19, 2021 @lion_the_el Add to Design > Custom CSS /* transparent dropdown */ .header-nav-folder-content { background-color: transparent !important; } cami_leisk 1 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
lion_the_el Posted April 19, 2021 Author Share Posted April 19, 2021 Thank you for your help, that works great. Link to comment
Javier33 Posted December 6, 2021 Share Posted December 6, 2021 This worked! Any code i can add to make the dropdown text centered? Link to comment
Beyondspace Posted December 6, 2021 Share Posted December 6, 2021 31 minutes ago, Javier33 said: This worked! Any code i can add to make the dropdown text centered? Can you share your site with protected password so we can take a look? 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
tuanphan Posted December 11, 2021 Share Posted December 11, 2021 On 12/7/2021 at 4:45 AM, Javier33 said: This worked! Any code i can add to make the dropdown text centered? Add to Design > Custom CSS /* dropdown text center */ .header-nav-folder-item a { text-align: center; } 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
IlonaSchong Posted February 21, 2022 Share Posted February 21, 2022 Thanks so much. I now do have a transparent drop down folder menu. But depending on the page you are on, the text is not always best visible. Is there a way I can blur the background of the folder menu, just like you can do with the header? Ilona Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 On 2/21/2022 at 4:51 PM, ilonas said: Thanks so much. I now do have a transparent drop down folder menu. But depending on the page you are on, the text is not always best visible. Is there a way I can blur the background of the folder menu, just like you can do with the header? Ilona What is your site url? We can check your case 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
RaulSantos Posted March 2, 2022 Share Posted March 2, 2022 I have the same issue. These codes not worked for me. Using bedford 7.0 www.raulsantos.net Link to comment
Beyondspace Posted March 2, 2022 Share Posted March 2, 2022 23 minutes ago, RaulSantos said: I have the same issue. These codes not worked for me. Using bedford 7.0 www.raulsantos.net You want to set the background from: to something like this, don't 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
tuanphan Posted March 6, 2022 Share Posted March 6, 2022 On 3/2/2022 at 9:00 PM, RaulSantos said: I have the same issue. These codes not worked for me. Using bedford 7.0 www.raulsantos.net Add to Design > Custom CSS /* dropdown transparent */ .subnav { background-color: transparent !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
FurlaStudio Posted July 22, 2022 Share Posted July 22, 2022 wait what? how do you change the opacity of the menu on squarespace without css. please tell me there is a way. how ridiculous something like this would need a custom code?? Link to comment
Beyondspace Posted July 22, 2022 Share Posted July 22, 2022 4 hours ago, FurlaStudio said: wait what? how do you change the opacity of the menu on squarespace without css. please tell me there is a way. how ridiculous something like this would need a custom code?? Indeed, these above solutions in this post is just the Css (or SCSS) code. We set them in Home > Design > Custom Css 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
DDC Posted February 5 Share Posted February 5 Hi There, I'm having the same issue, on Brine Template, wanting to make the drop down box on header navigation transparent. www.dirtydiscocreative.com Thank you Link to comment
Beyondspace Posted February 6 Share Posted February 6 You can try adding to Home > Design > Custom Css .tweak-header-primary-nav-hover-style-active .Header-nav .Header-nav-folder { background-color: transparent; } Support me by pressing 👍 or marking as solution if this useful for you DDC 1 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 6 Share Posted February 6 My testing tuanphan 1 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
DDC Posted February 6 Share Posted February 6 8 hours ago, Beyondspace said: You can try adding to Home > Design > Custom Css .tweak-header-primary-nav-hover-style-active .Header-nav .Header-nav-folder { background-color: transparent; } Support me by pressing 👍 or marking as solution if this useful for you Thank you so much!!! Worked perfectly!! Beyondspace 1 Link to comment
melani Posted February 23 Share Posted February 23 you can also change that in: Site Styles - Colors - choose your theme - Sitewide - Section Background - change the transparency 🙂 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