Guest Posted December 9, 2019 Share Posted December 9, 2019 Hello. On my site, I have my header navigation background set to transparent on all of my pages, I have a blue background behind my headers so the navigation logo and nav items just overlay the blue background. For example, see here https://www.graphitefinancial.com/blog or https://www.graphitefinancial.com/ However, for my blog posts I cannot add a blue background behind the header with the theme I'm using. See here: https://www.graphitefinancial.com/blog/title-growth-at-all-cost-strategies-arent-working-for-startups-heres-what-is-and-always-has. So my logo doesn't show since it is white. Is there a way for me to set just the blog posts to have a specific background. I DO NOT WANT TO CHANGE THE HEADER NAV BACKGROUND COLOR ON ANY OTHER PAGE BUT A BLOG POST. Thanks :) Link to comment
tuanphan Posted December 15, 2019 Share Posted December 15, 2019 Add to Home > Design > Custom CSS .collection-type-blog.view-item header.Header.Header--bottom { background: blue; } clea and ekspohz 2 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!) Link to comment
LuckyDave Posted December 19, 2019 Share Posted December 19, 2019 Im having the exact same issue - and and the above solution from @tuanphan didn't work for me. Im also using version 7.1 if that helps. Link to comment
tuanphan Posted December 19, 2019 Share Posted December 19, 2019 20 minutes ago, LuckyDave said: Im having the exact same issue - and and the above solution from @tuanphan didn't work for me. Im also using version 7.1 if that helps. SS 7.1 blog use different class, not .collection-type-blog Can you share link to blog post on 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!) Link to comment
LuckyDave Posted December 21, 2019 Share Posted December 21, 2019 On 12/19/2019 at 12:20 PM, tuanphan said: SS 7.1 blog use different class, not .collection-type-blog Can you share link to blog post on your site? https://trovy.io/lists/the-greatest-villains-of-all-time Link to comment
tuanphan Posted December 21, 2019 Share Posted December 21, 2019 On 12/19/2019 at 6:58 PM, LuckyDave said: Im having the exact same issue - and and the above solution from @tuanphan didn't work for me. Im also using version 7.1 if that helps. Use .collection-type-blog-basic.view-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!) Link to comment
LuckyDave Posted December 21, 2019 Share Posted December 21, 2019 11 hours ago, tuanphan said: Use .collection-type-blog-basic.view-item .collection-type-blog-basic.view-item header.Header.Header--bottom { background: blue; } Is that correct? it doesn't seem to work for me. Sorry to bother you with this and thank you for your help Link to comment
tuanphan Posted December 22, 2019 Share Posted December 22, 2019 15 hours ago, LuckyDave said: .collection-type-blog-basic.view-item header.Header.Header--bottom { background: blue; } Is that correct? it doesn't seem to work for me. Sorry to bother you with this and thank you for your help .collection-type-blog-basic.view-item header#header { background: blue; } 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!) Link to comment
LuckyDave Posted December 22, 2019 Share Posted December 22, 2019 35 minutes ago, tuanphan said: .collection-type-blog-basic.view-item header#header { background: blue; } Thanks @tuanphan but Its not working for me. Is there any settings i need to adjust perhaps? Link to comment
LuckyDave Posted December 22, 2019 Share Posted December 22, 2019 15 minutes ago, LuckyDave said: Thanks @tuanphan but Its not working for me. Is there any settings i need to adjust perhaps? Actually - if i make the header solid as default - then perhaps i man then make transparent on certain pages? Is there a way of targeting nav on home page and making it transparent? Link to comment
tuanphan Posted December 22, 2019 Share Posted December 22, 2019 13 minutes ago, LuckyDave said: Thanks @tuanphan but Its not working for me. Is there any settings i need to adjust perhaps? Try this .collection-type-blog-basic-grid.view-item .header-announcement-bar-wrapper { background: red !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!) Link to comment
sun_ Posted December 30, 2019 Share Posted December 30, 2019 I'm trying to do the same thing on my main page for the header text over the banner. The above code didn't work. Link to comment
tuanphan Posted December 31, 2019 Share Posted December 31, 2019 18 hours ago, sun_ said: I'm trying to do the same thing on my main page for the header text over the banner. The above code didn't work. Create a question with 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!) Link to comment
LuckyDave Posted January 9, 2020 Share Posted January 9, 2020 On 12/31/2019 at 12:47 PM, tuanphan said: Create a question with link to your site. is used: .header-menu-bg { background-color: #01013a; background: linear-gradient(to bottom, #01013a, #01013a); } tuanphan 1 Link to comment
ekspohz Posted September 19, 2020 Share Posted September 19, 2020 On 12/19/2019 at 4:20 AM, tuanphan said: SS 7.1 blog use different class, not .collection-type-blog Can you share link to blog post on your site? Perfect! Just ran into this issue. Thank you. Link to comment
stephan Posted October 14, 2021 Share Posted October 14, 2021 (edited) I have this same desire as @GrahamGraphite. We are on 7.1 and all of the above suggested codes don't work. I added a section on the blog main page https://teal-aqua-rfm9.squarespace.com/blog which allows me to set the preferred color palate for the transparent header. Unfortunately, on an individual blog post page, we are not able to affect the header background color to match the main blog page without changing the entire blogpost color palate.https://teal-aqua-rfm9.squarespace.com/blog/daniela-beltran-mexico-film-producer Our nav "disappears" as does part of our logo. I'd like to be able to make the individual blogpost headers match the Dark 2 color palate which we are using on the blog landing page. Edited October 14, 2021 by stephan Link to comment
tuanphan Posted October 18, 2021 Share Posted October 18, 2021 On 10/15/2021 at 6:48 AM, stephan said: I have this same desire as @GrahamGraphite. We are on 7.1 and all of the above suggested codes don't work. I added a section on the blog main page https://teal-aqua-rfm9.squarespace.com/blog which allows me to set the preferred color palate for the transparent header. Unfortunately, on an individual blog post page, we are not able to affect the header background color to match the main blog page without changing the entire blogpost color palate.https://teal-aqua-rfm9.squarespace.com/blog/daniela-beltran-mexico-film-producer Our nav "disappears" as does part of our logo. I'd like to be able to make the individual blogpost headers match the Dark 2 color palate which we are using on the blog landing page. Same color for all individual posts or different? 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!) Link to comment
JonnyIlsley Posted February 2, 2022 Share Posted February 2, 2022 Does anyone have an update on how to do this? Got the exact same question. I am looking to change the colour of the header, site title and navigation on all blog posts. Thanks, Jon Link to comment
tuanphan Posted February 7, 2022 Share Posted February 7, 2022 On 2/3/2022 at 12:16 AM, JonnyIlsley said: Does anyone have an update on how to do this? Got the exact same question. I am looking to change the colour of the header, site title and navigation on all blog posts. Thanks, Jon Can you share link to a blog post? We can help 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!) Link to comment
JonnyIlsley Posted February 7, 2022 Share Posted February 7, 2022 Think i managed to solve this. Thanks Link to comment
Gabius Posted February 14, 2022 Share Posted February 14, 2022 I'm having this same question. I want the header of the individual blog posts to be a non-white color. Here's a blog post: https://www.toplawcoach.com/advice/top-law-coach-school-profile-georgetown-law-school I'm using 7.1 Link to comment
tuanphan Posted February 19, 2022 Share Posted February 19, 2022 On 2/15/2022 at 2:10 AM, Gabius said: I'm having this same question. I want the header of the individual blog posts to be a non-white color. Here's a blog post: https://www.toplawcoach.com/advice/top-law-coach-school-profile-georgetown-law-school I'm using 7.1 Add to Design > Custom CSS body[class*="collection-type-blog"].view-item header#header { background-color: #f1f !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!) Link to comment
DotcomMarket Posted May 12, 2022 Share Posted May 12, 2022 Hello, thanks for posting this information below. It's not working for me on Version 7.0– Brine family (The Maple Inn template). Do you know if there's anything else I can try, please? Issue: I have a white logo which is not appearing on a white background. I'd like to change the logo to another one or use a plain black background. Many thanks in advance.🙏 Link to comment
tuanphan Posted May 12, 2022 Share Posted May 12, 2022 3 hours ago, DotcomMarket said: Hello, thanks for posting this information below. It's not working for me on Version 7.0– Brine family (The Maple Inn template). Do you know if there's anything else I can try, please? Issue: I have a white logo which is not appearing on a white background. I'd like to change the logo to another one or use a plain black background. Many thanks in advance.🙏 Can you share link to page where you have problem? 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!) Link to comment
brenna Posted May 17, 2022 Share Posted May 17, 2022 On 2/19/2022 at 2:46 AM, tuanphan said: Add to Design > Custom CSS body[class*="collection-type-blog"].view-item header#header { background-color: #f1f !important; } Omg THANK YOU! I've been trying to figure out how to fix this issue for months. Farmhouser and FluffCreativeStudio 1 1 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