SJFeNiX Posted April 7, 2020 Posted April 7, 2020 Site URL: https://cosmolot.foundation/ Hi all, Please tell me how to change header color for all blog posts (not on the blog navigation page) example of blog post: https://cosmolot.foundation/research-and-regulation/our-demands Thanks for your help! Nikita
tuanphan Posted April 7, 2020 Posted April 7, 2020 Add to Home > design > Custom CSS .collection-type-blog-basic-grid header#header { background: red; } hdrinks 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!)
SJFeNiX Posted April 7, 2020 Author Posted April 7, 2020 1 hour ago, tuanphan said: Add to Home > design > Custom CSS .collection-type-blog-basic-grid header#header { background: red; } It works, thnx. But it also put background on the blog navigation page. How fix this?https://cosmolot.foundation/awareness-and-help
tuanphan Posted April 8, 2020 Posted April 8, 2020 Try this .collection-type-blog-basic-grid.view-item header#header { background: red; } 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!)
SJFeNiX Posted April 8, 2020 Author Posted April 8, 2020 (edited) It works, thnx. Last question how to manage separate header elements like a navigation, logo etc. .collection-type-blog-basic-grid.view-item header#? Edited April 8, 2020 by SJFeNiX
tuanphan Posted April 9, 2020 Posted April 9, 2020 9 hours ago, SJFeNiX said: It works, thnx. Last question how to manage separate header elements like a navigation, logo etc. .collection-type-blog-basic-grid.view-item header#? You mean nav color or..? hdrinks 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!)
SJFeNiX Posted April 9, 2020 Author Posted April 9, 2020 4 hours ago, tuanphan said: You mean nav color or..? Yeap
tuanphan Posted April 9, 2020 Posted April 9, 2020 5 hours ago, SJFeNiX said: Yeap .collection-type-blog-basic-grid.view-item nav.header-nav-list * { color: red !important; } hdrinks 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!)
SJFeNiX Posted April 10, 2020 Author Posted April 10, 2020 Sorry, realy last one question - object for managment logo: .collection-type-blog-basic-grid.view-item ???
tuanphan Posted April 11, 2020 Posted April 11, 2020 18 hours ago, SJFeNiX said: Sorry, realy last one question - object for managment logo: .collection-type-blog-basic-grid.view-item ??? .collection-type-blog-basic-grid.view-item .header-title-logo img { filter: invert(1); } hdrinks 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!)
DebbieB Posted April 21, 2020 Posted April 21, 2020 Thank you @tuanphan. This solved it for me too. @arnomps , @Mountainmint -- saw your posts on this topic and wanted to alert you to this solution. Mountainmint 1
Guest Posted May 27, 2020 Posted May 27, 2020 (edited) Hi there @tuanphan I am using the 7.0 version and I wanted to know if I could use the code you suggested below using a specific Hex/RBG color? I saw you wrote "background: red" and i wanted to know if I could be more specific, how to edit the code? Also I'm only interested in fixing the header color 🙂 background: red; Here is the reference: https://www.streaminggraduate.com/all-article/loading-spotify-podcast-takeover Edited May 27, 2020 by sarahmikal
tuanphan Posted May 31, 2020 Posted May 31, 2020 On 5/27/2020 at 10:53 AM, sarahmikal said: Hi there @tuanphan I am using the 7.0 version and I wanted to know if I could use the code you suggested below using a specific Hex/RBG color? I saw you wrote "background: red" and i wanted to know if I could be more specific, how to edit the code? Also I'm only interested in fixing the header color 🙂 background: red; Here is the reference: https://www.streaminggraduate.com/all-article/loading-spotify-podcast-takeover you can use background: red; background: #ff0000; background: rgb(0,0,0) background: rgba(0,0,0,0.7) hdrinks 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!)
hdrinks Posted October 19, 2020 Posted October 19, 2020 @tuanphan for 7.1, this totally worked to change the color of a transparent fixed nav when scrolling but not when the nav is at the top of the page. Would you know how to over-ride the nav background transparency and replace with a color when at the top of ONLY blog posts and not also the blog display page? I have actually used your answers from other questions as well, thank you so much for being such a great source of info!
hdrinks Posted October 19, 2020 Posted October 19, 2020 @tuanphan I actually just fixed this because of your replies! Thanks again for being so helpful!
JuniperDewdrop Posted February 19, 2022 Posted February 19, 2022 On 10/19/2020 at 4:22 PM, hdrinks said: @tuanphan for 7.1, this totally worked to change the color of a transparent fixed nav when scrolling but not when the nav is at the top of the page. Would you know how to over-ride the nav background transparency and replace with a color when at the top of ONLY blog posts and not also the blog display page? I have actually used your answers from other questions as well, thank you so much for being such a great source of info! Hey @hdrinks @tuanphan How did you manage to solve this for 7.1? I'm looking to do the same thing. Nav at just the top of screen and only on blog posts. Thanks so much!
tuanphan Posted February 25, 2022 Posted February 25, 2022 On 2/20/2022 at 12:58 AM, JuniperDewdrop said: Hey @hdrinks @tuanphan How did you manage to solve this for 7.1? I'm looking to do the same thing. Nav at just the top of screen and only on blog posts. Thanks so much! To change header color on blog posts only, add this 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment