sarahrab Posted December 18, 2019 Posted December 18, 2019 Hello, How can I get the header on the index (home) page to have a transparent background so the photos are layered behind the text, while maintaining the white background on the other four pages and the fixed position overall? I'm using the Miller template, and the site is http://iggyrabinovich.com/. Thanks!
tuanphan Posted December 19, 2019 Posted December 19, 2019 Add to Home > Design > Custom CSS .homepage header.Header.Header--top { 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!)
Orazio Posted January 7, 2020 Posted January 7, 2020 Hi I have the Flatiron template and the code doesn't work for me. Do i need a different code?
tuanphan Posted January 9, 2020 Posted January 9, 2020 On 1/7/2020 at 9:35 PM, Orazio said: Hi I have the Flatiron template and the code doesn't work for me. Do i need a different code? Each template needs different code. 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
SashaLaff Posted March 21, 2020 Posted March 21, 2020 Hi! I have the Hester template and I am need to keep the homepage transparent and keep the rest black!
tuanphan Posted March 22, 2020 Posted March 22, 2020 12 hours ago, SashaLaff said: Hi! I have the Hester template and I am need to keep the homepage transparent and keep the rest black! Difficult to help without 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Guest Posted March 31, 2020 Posted March 31, 2020 I'm wondering if there's a way to do a solid colored header background using the Avenue template. Site is www.mvcchurch.org. Thanks in advance!
tuanphan Posted April 1, 2020 Posted April 1, 2020 14 hours ago, aaron_leduc said: I'm wondering if there's a way to do a solid colored header background using the Avenue template. Site is www.mvcchurch.org. Thanks in advance! Add to Home > Design > Custom CSS /* check by tuan */ /* fullwidth header - background color */ #canvas { max-width: 100% !important; } #header { margin: -85px -75px; padding: 10px 75px !important; background: gray; } replace gray with white 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!)
Guest Posted April 1, 2020 Posted April 1, 2020 (edited) Thank you so much for your help! When I copied your code in, it didn't work as intended. I tweaked some of the parameters to get the logo and menu back to where they should be, but the header is limited to the box around the content. Screenshots attached Edited April 1, 2020 by aaron_leduc Added info
tuanphan Posted April 4, 2020 Posted April 4, 2020 Your header isn't fullwidth, so it is difficult to set background color. See screenshot below On 4/1/2020 at 10:15 PM, aaron_leduc said: Thank you so much for your help! When I copied your code in, it didn't work as intended. I tweaked some of the parameters to get the logo and menu back to where they should be, but the header is limited to the box around the content. Screenshots attached 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!)
TheOutpost Posted April 20, 2020 Posted April 20, 2020 Hi @tuanphan I am trying to make this change for the Haute template. I want the current transparent header to have a white background. Have tried a few snippets, but no luck so far. Is there an easy fix to make this adjustment? https://outpostlongwharf.squarespace.com/config/
tuanphan Posted April 21, 2020 Posted April 21, 2020 22 hours ago, TheOutpost said: Hi @tuanphan I am trying to make this change for the Haute template. I want the current transparent header to have a white background. Have tried a few snippets, but no luck so far. Is there an easy fix to make this adjustment? https://outpostlongwharf.squarespace.com/config/ Add to Page Settings > Advanced > Header <style> header.Header.loaded { background: white !important; } main#main { margin-top: 100px; } </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!)
Dagny Posted May 13, 2020 Posted May 13, 2020 hi there! @tuanphan you were so helpful for so many people, i was wondering if you could tell me the code or teach me how to change the color of the heading on my website so its different than the color that is behind the blog posts of my site. My website is pilotmagazine.uk . Thank you in advance!
tuanphan Posted May 14, 2020 Posted May 14, 2020 14 hours ago, Dagny said: hi there! @tuanphan you were so helpful for so many people, i was wondering if you could tell me the code or teach me how to change the color of the heading on my website so its different than the color that is behind the blog posts of my site. My website is pilotmagazine.uk . Thank you in advance! Which heading? Can you take a screenshot? 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!)
Dagny Posted May 14, 2020 Posted May 14, 2020 @tuanphan this header please, right now it is the same color as my background but I'd like it to be something different. Thanks!!
tuanphan Posted May 15, 2020 Posted May 15, 2020 3 hours ago, Dagny said: @tuanphan this header please, right now it is the same color as my background but I'd like it to be something different. Thanks!! about, home, contact item? 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!)
AtomicTangerine Posted May 20, 2020 Posted May 20, 2020 (edited) @tuanphan Can you share the code on how to make the fixed header on the home page only transparent in 7.1? And then show as a color on scroll? Thank you! Edited May 20, 2020 by AtomicTangerine
tuanphan Posted May 21, 2020 Posted May 21, 2020 17 hours ago, AtomicTangerine said: @tuanphan Can you share the code on how to make the fixed header on the home page only transparent in 7.1? And then show as a color on scroll? Thank you! If you share link to your homepage, I can take a look 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!)
AtomicTangerine Posted May 22, 2020 Posted May 22, 2020 18 hours ago, tuanphan said: If you share link to your homepage, I can take a look Hey @tuanphan I actually figured it out. This is what worked for me: <style>.header-announcement-bar-wrapper { background-color: transparent !important }.header-announcement-bar-wrapper.shrink { background-color: #533181!important; }</style> artpimpress and DKP 1 1
Fredrik Posted October 5, 2020 Posted October 5, 2020 Hello @tuanphan I am having the question about trying to get the header on the index (home) page to have a transparent background, while having a black background on the other pages. I am using a theme called Hester on 7.1. Would really appreciate the support if you have the time! Thank you!
tuanphan Posted October 5, 2020 Posted October 5, 2020 23 minutes ago, Fredrik said: Hello @tuanphan I am having the question about trying to get the header on the index (home) page to have a transparent background, while having a black background on the other pages. I am using a theme called Hester on 7.1. Would really appreciate the support if you have the time! Thank you! Can you share site url? We can check easier. 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!)
Fredrik Posted October 5, 2020 Posted October 5, 2020 Hello again @tuanphan The site URL is wrasse-pigeon-rejc.squarespace.com Thank you!
tuanphan Posted October 7, 2020 Posted October 7, 2020 On 10/5/2020 at 5:18 PM, Fredrik said: Hello again @tuanphan The site URL is wrasse-pigeon-rejc.squarespace.com Thank you! Add to Home > design > Custom CSS body:not(.homepage) .header-announcement-bar-wrapper.black, body:not(.homepage) header#header { background-color: black !important; } Fredrik 1 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!)
SacredLab Posted October 7, 2020 Posted October 7, 2020 @tuanphan I am wondering if you can help me change my navigation background colour to black. I am using the fairfield theme. The website is - cgrentals.com.au You seem to be in the know!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment