lion_the_el Posted April 15, 2021 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
Beyondspace Posted April 16, 2021 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
lion_the_el Posted April 16, 2021 Author 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.
tuanphan Posted April 19, 2021 Posted April 19, 2021 @lion_the_el Add to Design > Custom CSS /* transparent dropdown */ .header-nav-folder-content { background-color: transparent !important; } cami_leisk and GretchenElizabeth 1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
lion_the_el Posted April 19, 2021 Author Posted April 19, 2021 Thank you for your help, that works great.
Javier33 Posted December 6, 2021 Posted December 6, 2021 This worked! Any code i can add to make the dropdown text centered?
Beyondspace Posted December 6, 2021 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted December 11, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
IlonaSchong Posted February 21, 2022 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
tuanphan Posted February 23, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
RaulSantos Posted March 2, 2022 Posted March 2, 2022 I have the same issue. These codes not worked for me. Using bedford 7.0 www.raulsantos.net
Beyondspace Posted March 2, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted March 6, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
FurlaStudio Posted July 22, 2022 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??
Beyondspace Posted July 22, 2022 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
DDC Posted February 5, 2023 Posted February 5, 2023 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
Beyondspace Posted February 6, 2023 Posted February 6, 2023 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted February 6, 2023 Posted February 6, 2023 My testing tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
DDC Posted February 6, 2023 Posted February 6, 2023 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
melani Posted February 23, 2023 Posted February 23, 2023 you can also change that in: Site Styles - Colors - choose your theme - Sitewide - Section Background - change the transparency 🙂
ChuckG-Art Posted March 25 Posted March 25 On 4/19/2021 at 1:12 AM, tuanphan said: @lion_the_el Add to Design > Custom CSS On 4/19/2021 at 1:12 AM, tuanphan said: @lion_the_el Add to Design > Custom CSS /* transparent dropdown */ .header-nav-folder-content { background-color: transparent !important; } is there a specific version of this custom CSS for Avenue template ?? thanks!
Beyondspace Posted March 25 Posted March 25 3 hours ago, ChuckG-Art said: Can you share your site so I can check? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ChuckG-Art Posted March 26 Posted March 26 2 hours ago, Beyondspace said: Can you share your site so I can check? https://www.chuckgumpert.com/
Beyondspace Posted March 26 Posted March 26 22 minutes ago, ChuckG-Art said: https://www.chuckgumpert.com/ I think we should set it a little transparent with the following code #topNav nav .folder-collection .subnav { background: rgba(45, 42, 42, 0.8); } My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ChuckG-Art Posted March 26 Posted March 26 13 hours ago, Beyondspace said: I think we should set it a little transparent with the following code #topNav nav .folder-collection .subnav { background: rgba(45, 42, 42, 0.8); } My testing fantastic! thank you! Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment