NoaDK Posted January 8, 2022 Posted January 8, 2022 Site URL: https://ray-quillfish-7z39.squarespace.com/config/settings Hello I have two questions, i already searched a lot for solutions but everything i found did not work for me. 1) I would like mij navigation (logo, tekst, button, line) to change color when scrolling past the hero image. But only on the homepage. 2) I would like the color changes on other pages. This is my site: https://ray-quillfish-7z39.squarespace.com/config/settings The password is graphicdesign I hope someone can help me, i've been searching for soo long now. Thanks in advance!
Beyondspace Posted January 9, 2022 Posted January 9, 2022 12 hours ago, NoaDK said: Site URL: https://ray-quillfish-7z39.squarespace.com/config/settings Hello I have two questions, i already searched a lot for solutions but everything i found did not work for me. 1) I would like mij navigation (logo, tekst, button, line) to change color when scrolling past the hero image. But only on the homepage. 2) I would like the color changes on other pages. This is my site: https://ray-quillfish-7z39.squarespace.com/config/settings The password is graphicdesign I hope someone can help me, i've been searching for soo long now. Thanks in advance! What do you think about when you scroll down, header will change background with some transparent color? color nav.mp4 Does it make sense? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
NoaDK Posted January 9, 2022 Author Posted January 9, 2022 Yeah, maybe that can work! I did not think my original idea was possible, so this is maybe better. But how do I change the navigation color on 1 page of my website?
tuanphan Posted January 10, 2022 Posted January 10, 2022 16 hours ago, NoaDK said: Yeah, maybe that can work! I did not think my original idea was possible, so this is maybe better. But how do I change the navigation color on 1 page of my website? To change navigation color on scroll on 1 page First, edit that page >> Add a Code Block at bottom of page >> paste this code <style> body header#header.shrink a { color: #f1f !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!)
NoaDK Posted January 22, 2022 Author Posted January 22, 2022 On 1/10/2022 at 7:53 AM, tuanphan said: To change navigation color on scroll on 1 page First, edit that page >> Add a Code Block at bottom of page >> paste this code <style> body header#header.shrink a { color: #f1f !important; } </style> woow thank you! it's almost working! the only problem is that i can't make my logo change...
Solution tuanphan Posted January 25, 2022 Solution Posted January 25, 2022 On 1/22/2022 at 7:41 PM, NoaDK said: woow thank you! it's almost working! the only problem is that i can't make my logo change... Change to black, white color or another logo? If another logo, use this new code <style> body header#header.shrink a { color: #f1f !important; } header#header.shrink img { content: url(https://cdn.pixabay.com/photo/2021/10/09/05/33/cosmos-6693008__480.jpg); } </style> Replace pixabay with new logo image url NoaDK 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!)
NoaDK Posted February 9, 2022 Author Posted February 9, 2022 On 1/25/2022 at 8:33 AM, tuanphan said: Change to black, white color or another logo? If another logo, use this new code <style> body header#header.shrink a { color: #f1f !important; } header#header.shrink img { content: url(https://cdn.pixabay.com/photo/2021/10/09/05/33/cosmos-6693008__480.jpg); } </style> Replace pixabay with new logo image url This worked for me! Thank you so much!! Another little question related to this. What code do I need to add to make the hamburger (cross) also change to another color when scrolling? Because now when scrolling in stays white...
tuanphan Posted February 14, 2022 Posted February 14, 2022 On 2/10/2022 at 1:44 AM, NoaDK said: This worked for me! Thank you so much!! Another little question related to this. What code do I need to add to make the hamburger (cross) also change to another color when scrolling? Because now when scrolling in stays white... Use this <style> header#header.shrink .burger-inner>div { background-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!)
NoaDK Posted February 14, 2022 Author Posted February 14, 2022 13 hours ago, tuanphan said: Use this <style> header#header.shrink .burger-inner>div { background-color: green !important; } </style> thank you sooo much! i promise, last question, i'm so sorry! but how do i change my logo and the color of the button in the overlay menu only?
tuanphan Posted February 19, 2022 Posted February 19, 2022 On 2/14/2022 at 8:30 PM, NoaDK said: thank you sooo much! i promise, last question, i'm so sorry! but how do i change my logo and the color of the button in the overlay menu only? Hi. It looks like you solved? 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