liamdmcl Posted November 16, 2022 Share Posted November 16, 2022 (edited) I'm using the Dynamic header style, which uses the theme of the first section on each page and makes it transparent in the first section. Is there a way to also make the header folder dropdown menu background transparent in the top section only? I've seen CSS to make it transparent always, but I have the header set to Scroll Back and this would impact readability of the menu further down the page. Site: https://www.northdesignbuild.com/ Thank you! Edited November 16, 2022 by liamdmcl Link to comment
Solution Beyondspace Posted November 16, 2022 Solution Share Posted November 16, 2022 1 hour ago, liamdmcl said: I'm using the Dynamic header style, which uses the theme of the first section on each page and makes it transparent in the first section. Is there a way to also make the header folder dropdown menu background transparent in the top section only? I've seen CSS to make it transparent always, but I have the header set to Scroll Back and this would impact readability of the menu further down the page. Site: https://www.northdesignbuild.com/ Thank you! You can try adding to Home > Design > Custom Css #header:not(.shrink) .header-nav-folder-content { background: transparent; } Let me know how it works on your site Support me by pressing 👍 or marking as solution if this useful for you liamdmcl 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, Keyword HighlighterIf 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
Beyondspace Posted November 16, 2022 Share Posted November 16, 2022 My testing 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, Keyword HighlighterIf 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
liamdmcl Posted November 16, 2022 Author Share Posted November 16, 2022 8 hours ago, Beyondspace said: You can try adding to Home > Design > Custom Css #header:not(.shrink) .header-nav-folder-content { background: transparent; } Let me know how it works on your site Support me by pressing 👍 or marking as solution if this useful for you Worked like a charm, thank you! Beyondspace 1 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