kakers Posted December 19, 2021 Share Posted December 19, 2021 (edited) Site URL: https://kpanitch2021.squarespace.com/ How can I get my 7.1 site to have the exact same functionality as the Forte demo theme in 7.0? My client fell in love with the way the Forte 7.0 theme's header works. (When on dark image- white logo and when on light image- dark logo) I don't want to take my client back to 7.0 because I am almost finished the site. the inversion is the only thing I need to do. can you help please?? the attached image is what I am going for. Forte 7.0 example: https://forte-demo.squarespace.com/ Note: the logo & nav inverts depending on background color. Edited December 21, 2021 by kakers update Special Modern Design Link to comment
Kanvas Posted January 7, 2022 Share Posted January 7, 2022 I have the same issue! I want, if possible, to have the logo autodetect the image/page background color. Or at least set different logo images for individual/singular pages. I injected code that allowed the home page logo to act the same as the menu text, however on the internal pages, which are mostly black, I cannot change the color to white...this is a huge problem because the logo is not visible on most internal pages. Any advice? Link to comment
tuanphan Posted January 8, 2022 Share Posted January 8, 2022 11 hours ago, Kanvas said: I have the same issue! I want, if possible, to have the logo autodetect the image/page background color. Or at least set different logo images for individual/singular pages. I injected code that allowed the home page logo to act the same as the menu text, however on the internal pages, which are mostly black, I cannot change the color to white...this is a huge problem because the logo is not visible on most internal pages. Any advice? What is your site url? We can take a look Kanvas 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!) Link to comment
Kanvas Posted January 9, 2022 Share Posted January 9, 2022 On 1/8/2022 at 5:56 AM, tuanphan said: What is your site url? We can take a look Sorry, the address is https://www.kanvastt.com/. Thanks for the help! Link to comment
tuanphan Posted January 10, 2022 Share Posted January 10, 2022 11 hours ago, Kanvas said: Sorry, the address is https://www.kanvastt.com/. Thanks for the help! To change logo on One Page >> Edit that page >> Add a Code Block (anywhere) >> paste this code <style> #logo .logo-image img { content: url(https://cdn.pixabay.com/photo/2021/12/29/18/19/animal-6902437__340.jpg); } </style> Replace pixabay url with new image url Kanvas 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!) Link to comment
Kanvas Posted January 11, 2022 Share Posted January 11, 2022 19 hours ago, tuanphan said: To change logo on One Page >> Edit that page >> Add a Code Block (anywhere) >> paste this code <style> #logo .logo-image img { content: url(https://cdn.pixabay.com/photo/2021/12/29/18/19/animal-6902437__340.jpg); } </style> Replace pixabay url with new image url EXACTLY what I needed!! Thanks you so much! This was perfect. 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