BoundtreeM Posted January 18 Share Posted January 18 I'm trying to add a transparent color to the fixed top navigation upon scroll using the following code to no avail: .Header { position: fixed !important; top: 0; left: 0; right: 0; bottom: 10; z-index: 999; } /* Mobile */ .Mobile-bar { background-color:transparent; } /* Desktop */ .Header { background-color:transparent !important; } .Header{ transition: 0.2s; color: #f6f6f6; } What am I doing wrong? Thank you! Link to comment
Beyondspace Posted January 18 Share Posted January 18 1 hour ago, BoundtreeM said: I'm trying to add a transparent color to the fixed top navigation upon scroll using the following code to no avail: .Header { position: fixed !important; top: 0; left: 0; right: 0; bottom: 10; z-index: 999; } /* Mobile */ .Mobile-bar { background-color:transparent; } /* Desktop */ .Header { background-color:transparent !important; } .Header{ transition: 0.2s; color: #f6f6f6; } What am I doing wrong? Thank you! Have you tried using the dynamic style and set position fixed basic? 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
BoundtreeM Posted January 19 Author Share Posted January 19 I'm not seeing that option in the menu. I'm using the Heights template. this is what I see : Link to comment
Beyondspace Posted January 20 Share Posted January 20 11 hours ago, BoundtreeM said: I'm not seeing that option in the menu. I'm using the Heights template. this is what I see : Can you share your site with the protected password so I can take a look? 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
BoundtreeM Posted January 20 Author Share Posted January 20 Thank you--the site is live at boundtreemarketers.com... Link to comment
Beyondspace Posted January 20 Share Posted January 20 I check that you have already set the transparent background for header Have you figured it out? 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
BoundtreeM Posted January 21 Author Share Posted January 21 I want the header to transition to a darker transparent color upon scrolling so that it doesn't get lost... 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