Brandany Posted November 14, 2020 Share Posted November 14, 2020 (edited) Hello! I'm trying to add a transparent background on my top header in the Brine family. I used this code, and the background turns to transparent which is good but, I cannot have access to the cart because it looks like the code is placed on top of the content. Is there any code I can use to do a transparent background but having access to cart and the social links? header.Header.Header--top { position: absolute; z-index: 999; top: 0; width: 100%; background: transparent; } I will really appreciate your support 🙂 Edited November 14, 2020 by ncd Link to comment
Beyondspace Posted November 14, 2020 Share Posted November 14, 2020 Please provide site password to access Brandany 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
Brandany Posted November 14, 2020 Author Share Posted November 14, 2020 Thank you bangank36 😉 I just found the solution and it is working, thank you ! header.Header.Header--top { position: absolute; z-index: 9999; top: 0; width: 100%; background: transparent;} 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