Brandany Posted November 14, 2020 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 🙂
Beyondspace Posted November 14, 2020 Posted November 14, 2020 Please provide site password to access 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
Brandany Posted November 14, 2020 Author 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;}
Recommended Posts
Archived
This topic is now archived and is closed to further replies.