Sienawalker Posted October 9, 2020 Posted October 9, 2020 Site URL: https://www.sienaleigh.com/ Hello! I have been using the following code to have a transparent header on ONLY my homepage for quite a few sites, and after this last release it no longer works. Is anyone else experiencing anything similar, and do you have ideas for workarounds? //transparent header on hp// .homepage .header-announcement-bar-wrapper { background: rgba(0,0,0,0) !important; } Here is an example of a site using this code that worked prior to the last release https://www.sienaleigh.com/ CDudley 1
tuanphan Posted October 10, 2020 Posted October 10, 2020 Add to Home Page Settings > Advanced > Header <style> .tweak-fixed-header .header .header-announcement-bar-wrapper { background: transparent !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
CDudley Posted October 10, 2020 Posted October 10, 2020 43 minutes ago, tuanphan said: Add to Home Page Settings > Advanced > Header <style> .tweak-fixed-header .header .header-announcement-bar-wrapper { background: transparent !important; } </style> Hi @tuanphan thanks for posting! I'm having the same issue now as OP, but this header code isn't working. Is there another way around that? Thanks!
CDudley Posted October 10, 2020 Posted October 10, 2020 My website is: http://situatedmag.com/ if thats helpful
Sienawalker Posted October 10, 2020 Author Posted October 10, 2020 3 hours ago, tuanphan said: Add to Home Page Settings > Advanced > Header <style> .tweak-fixed-header .header .header-announcement-bar-wrapper { background: transparent !important; } </style> I've added this into my homepage code injection and it still isn't working - do you have a site on 7.1 where this is successful? CDudley 1
tuanphan Posted October 12, 2020 Posted October 12, 2020 On 10/10/2020 at 6:15 PM, CDudley said: My website is: http://situatedmag.com/ if thats helpful Add to Page Settings > Advanced > Header <style> header#header { position: absolute !important; background: transparent; } </style> On 10/10/2020 at 8:58 PM, Sienawalker said: I've added this into my homepage code injection and it still isn't working - do you have a site on 7.1 where this is successful? Can you share your site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Sienawalker Posted October 12, 2020 Author Posted October 12, 2020 5 hours ago, tuanphan said: Add to Page Settings > Advanced > Header <style> header#header { position: absolute !important; background: transparent; } </style> Can you share your site url? This is in place on two websites I have running - https://www.sienaleigh.com/ and https://www.notyouraveragemotherrunner.com/
tuanphan Posted October 12, 2020 Posted October 12, 2020 1 minute ago, Sienawalker said: This is in place on two websites I have running - https://www.sienaleigh.com/ and https://www.notyouraveragemotherrunner.com/ Add to Home > Design > Custom CSS (both sites use same code) .homepage header#header { background: transparent; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Sienawalker Posted October 12, 2020 Author Posted October 12, 2020 1 hour ago, tuanphan said: .homepage header#header { background: transparent; } Amazing, worked. Thank you!!
CDudley Posted October 18, 2020 Posted October 18, 2020 thank you so much @tuanphan!! much appreciated
juliaprather Posted October 18, 2020 Posted October 18, 2020 Ahhhh! Yes! I'd previously being using 2019-era code that worked great until it didn't. Came out here looking for the answer and @tuanphan was on the case, making life easy for everyone, as usual. THANK YOU!
KellenMcG Posted December 30, 2020 Posted December 30, 2020 Hello, there are a lot of posts about this already so don't want to create a new one, but wondering if something has changed that would affect this code working now? Site is https://bumblebee-chartreuse-kmxn.squarespace.com/ pw rprednep I'm on 7.1 and have tried both the homepage advanced page setting header code and the custom CSS code. The header stays white w/black text; I also tried changing the colour to black w/white text then adding the code but nothing happens - the header does not go transparent. Any help is much appreciated. tagging @tuanphan 🙏
tuanphan Posted December 30, 2020 Posted December 30, 2020 8 hours ago, KellenMcG said: Hello, there are a lot of posts about this already so don't want to create a new one, but wondering if something has changed that would affect this code working now? Site is https://bumblebee-chartreuse-kmxn.squarespace.com/ pw rprednep I'm on 7.1 and have tried both the homepage advanced page setting header code and the custom CSS code. The header stays white w/black text; I also tried changing the colour to black w/white text then adding the code but nothing happens - the header does not go transparent. Any help is much appreciated. tagging @tuanphan 🙏 I see homepage fine here. Do you still need help? Also, I see on tablet, homebanner is a bit narrow. Do you want to increase width? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
KellenMcG Posted December 30, 2020 Posted December 30, 2020 2 hours ago, tuanphan said: I see homepage fine here. Do you still need help? Also, I see on tablet, homebanner is a bit narrow. Do you want to increase width? Hi, sorry, I have just made the header transparent across the whole site for now so I can keep working on it. But I will leave it as black or white if that helps you look into the issue. Thanks.
tuanphan Posted January 5, 2021 Posted January 5, 2021 On 12/30/2020 at 10:38 PM, KellenMcG said: Hi, sorry, I have just made the header transparent across the whole site for now so I can keep working on it. But I will leave it as black or white if that helps you look into the issue. Thanks. Hi. Sorry for the delay. I was off some days for the new year Do you still need help on this? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
KellenMcG Posted January 9, 2021 Posted January 9, 2021 On 1/5/2021 at 2:42 AM, tuanphan said: Hi. Sorry for the delay. I was off some days for the new year Do you still need help on this? Hi @tuanphanhappy New Year to you! I have figured out a workaround of transparent global setting, then CSS for a black header on specific pages (work, about, press). However, could you help me with code to make the header buttons white w/black text on these pages? Or if you have a better suggestion overall, please let me know. Thanks!
tuanphan Posted January 10, 2021 Posted January 10, 2021 On 1/9/2021 at 7:29 AM, KellenMcG said: Hi @tuanphanhappy New Year to you! I have figured out a workaround of transparent global setting, then CSS for a black header on specific pages (work, about, press). However, could you help me with code to make the header buttons white w/black text on these pages? Or if you have a better suggestion overall, please let me know. Thanks! Add to Page Header <style> header#header a.btn { background: red; color: green; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
KellenMcG Posted January 10, 2021 Posted January 10, 2021 7 hours ago, tuanphan said: <style> header#header a.btn { background: red; color: green; } </style> Thanks, @tuanphan but for some reason it's not reflecting the black text. Here's my code: <style> header#header a.btn { background: white; color: black; } </style> ...but here's the header. I tried with red, green, etc but nothing seems to fix the button text.
tuanphan Posted January 12, 2021 Posted January 12, 2021 On 1/10/2021 at 11:43 PM, KellenMcG said: Thanks, @tuanphan but for some reason it's not reflecting the black text. Here's my code: <style> header#header a.btn { background: white; color: black; } </style> ...but here's the header. I tried with red, green, etc but nothing seems to fix the button text. Try again with <style> header#header a.btn { background: red !important; color: green !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Vevs Posted December 14, 2022 Posted December 14, 2022 Hi, I have tried every code but it doesn't work. I want transparent background for my menu only on homepage.
tuanphan Posted December 17, 2022 Posted December 17, 2022 On 12/14/2022 at 7:00 AM, Vevs said: Hi, I have tried every code but it doesn't work. I want transparent background for my menu only on homepage. Hi, What isy our site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Vevs Posted December 20, 2022 Posted December 20, 2022 (edited) https://joannelozmanconsulting.com/home Password Joanne PS. for the moment my homepage is set to be my Coming Soon Page. Thanks! Edited December 22, 2022 by Vevs technical changes
tuanphan Posted December 22, 2022 Posted December 22, 2022 On 12/20/2022 at 8:15 PM, Vevs said: https://joannelozmanconsulting.com/home Password Joanne PS. for the moment my homepage is set to be my Coming Soon Page. Thanks! Add to Design > Custom CSS /* transparent header */ body#collection-639151ab99e9a93746766eef .header-background-solid { background-color: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Vevs Posted December 23, 2022 Posted December 23, 2022 Oh thank you so much @tuanphan! It`s working, thank you!
Vevs Posted December 24, 2022 Posted December 24, 2022 But it doesn't work properly on mobile. Please help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment