webinaide Posted January 2, 2020 Share Posted January 2, 2020 How do you make the main header on Brine transparent? I know there is a button in the design settings on Bedford, for instance, but can't figure it out in Brine for the life of me. My client had a white header and now wants a transparent background. I set the header background to hsla(0, 0%, 100%, 0.05), which displays as transparent on the home page while working on it, but not on the live site. www.rolddesign.com Thank you! Link to comment
tuanphan Posted January 3, 2020 Share Posted January 3, 2020 Have you solved yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Erik-The-Bee Posted February 9, 2020 Share Posted February 9, 2020 I have the same question. How do I make my header menu float over the background ("poster") image? Link to comment
tuanphan Posted February 10, 2020 Share Posted February 10, 2020 14 hours ago, Erik-The-Bee said: I have the same question. How do I make my header menu float over the background ("poster") image? Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
such_chris Posted April 24, 2020 Share Posted April 24, 2020 I am using the Heights template. It has this transparent header and parallax, just like brine. When I go to edit the header and move the site title and primary navigation it creates a header with a black background. I can change the color of this background, but there is nowhere to select the transparency level. Entering the transparent value (0, 0, 100, 0.05) manually doesn't work either... Link to comment
eastinaz Posted May 15, 2020 Share Posted May 15, 2020 (edited) I have the same issue, using Brine template 7.0, this is my website Found this in the forum, but when I tried it, half my elements completely disappear when I set elements to bottom Edited May 15, 2020 by eastinaz added links Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 52 minutes ago, eastinaz said: I have the same issue, using Brine template 7.0, this is my website Found this in the forum, but when I tried it, half my elements completely disappear when I set elements to bottom you want transparent header or? and which page? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
OneKindKevin Posted May 18, 2020 Share Posted May 18, 2020 I am also wanting a site-wide transparent background and I am working in 7.0. my site is: www.onekindcreative.com I have attached pictures of what I am going for. Link to comment
natalienphoto Posted May 19, 2020 Share Posted May 19, 2020 Same for me! Would love to make my navigation header have a transparent background: https://www.natalienphotography.com/ Link to comment
tuanphan Posted May 20, 2020 Share Posted May 20, 2020 On 5/19/2020 at 1:19 PM, natalienphoto said: Same for me! Would love to make my navigation header have a transparent background: https://www.natalienphotography.com/ Add to Home > Design > Custom CSS header.Header.Header--top { position: absolute; z-index: 999; top: 0; width: 100%; background: transparent; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted May 20, 2020 Share Posted May 20, 2020 On 5/18/2020 at 11:51 PM, OneKindKevin said: I am also wanting a site-wide transparent background and I am working in 7.0. my site is: www.onekindcreative.com I have attached pictures of what I am going for. header.Header.Header--top { position: absolute; top: 0; width: 100%; z-index: 999; background: transparent; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
paul2009 Posted July 17, 2020 Share Posted July 17, 2020 On the Brine template, you don’t need code to have a transparent header, you can achieve this in Site Styles by moving the header element positions. However, it’s not very intuitive. In Brine, you can set the position of each header element. For example, you can set the site title to Top-Left, Top-Right, Top-Center, Bottom-Left, Bottom-Right and so on. If you set any header elements to a "Top” position they will appear with a solid colour header background. However, if all header elements are set to a "Bottom" position, they will float on the page, and you will effectively have a transparent header. Yviemarie and blackst0nes 2 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
Yviemarie Posted October 29, 2020 Share Posted October 29, 2020 On 7/17/2020 at 10:13 AM, paul2009 said: On the Brine template, you don’t need code to have a transparent header, you can achieve this in Site Styles by moving the header element positions. However, it’s not very intuitive. In Brine, you can set the position of each header element. For example, you can set the site title to Top-Left, Top-Right, Top-Center, Bottom-Left, Bottom-Right and so on. If you set any header elements to a "Top” position they will appear with a solid colour header background. However, if all header elements are set to a "Bottom" position, they will float on the page, and you will effectively have a transparent header. I've used this method to create a transparent header but it only works on the main Home Index page. All the other pages has the original white background. Great when I have a white page but not so great when I want a coloured intro section. Is there a way to target the blog list page so I can have that as transparent too? Link to comment
tuanphan Posted October 30, 2020 Share Posted October 30, 2020 On 10/29/2020 at 7:53 PM, Yviemarie said: I've used this method to create a transparent header but it only works on the main Home Index page. All the other pages has the original white background. Great when I have a white page but not so great when I want a coloured intro section. Is there a way to target the blog list page so I can have that as transparent too? Can you share link to blog list page? We can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Yviemarie Posted November 10, 2020 Share Posted November 10, 2020 On 10/30/2020 at 3:08 PM, tuanphan said: Can you share link to blog list page? We can help easier Thanks! The current workaround is to have a banner image to force the nav to display the overlay version (transparent) but I really just want the background colour to show, not an image at all.https://yocostudio.co.uk/blog Link to comment
jasmine Posted December 17, 2020 Share Posted December 17, 2020 This code worked well to give me a transparent background on my top header, but now has caused the Search Bar in the top header to stop working. Any workarounds to this? header.Header.Header--top { position: absolute; top: 0; width: 100%; z-index: 999; background: transparent; } Link to comment
tuanphan Posted December 18, 2020 Share Posted December 18, 2020 9 hours ago, jasmine said: This code worked well to give me a transparent background on my top header, but now has caused the Search Bar in the top header to stop working. Any workarounds to this? header.Header.Header--top { position: absolute; top: 0; width: 100%; z-index: 999; background: transparent; } If you share site url, we can help easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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