Brandany Posted November 14, 2020 Share Posted November 14, 2020 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 🙂 Link to comment
Beyondspace Posted November 14, 2020 Share Posted November 14, 2020 Please provide site password to access BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
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;} Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.