NELU Posted August 14 Share Posted August 14 Hi there, Currently building a website and would like the logo color to adapt to each site style, or alternatively just change the logo color on each site if necessary. Feels like i might need to use code for this? Could anyone help me? Site name is: https://www.psychotherapiemangold.de/ pw: hello Thank you so much in advance! Link to comment
Solution tuanphan Posted August 17 Solution Share Posted August 17 To change logo color to white on One Page, you can follow this. #1. Use below tool to find Page ID. In my example, I will check Homepage, and ID will be: #collection-66b0d585c394d0032052e93e #2. Next, use this code to Website Tools > Custom CSS #collection-66b0d585c394d0032052e93e header#header img { filter: brightness(0) invert(1); } #3. Result 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
NELU Posted August 20 Author Share Posted August 20 Great, Thank you for your help!! Is there also a way to make the Logo a specific different color? Like a piece of code where i could just insert the hex color code Link to comment
tuanphan Posted August 23 Share Posted August 23 On 8/20/2024 at 8:58 PM, NELU said: Great, Thank you for your help!! Is there also a way to make the Logo a specific different color? Like a piece of code where i could just insert the hex color code Code can change logo to black or white color only, with different color, you need to design new image and use this new code #collection-66b0d585c394d0032052e93e header#header img { content: url(https://cdn.pixabay.com/photo/2023/09/04/17/48/flamingos-8233303_1280.jpg); } replace Pixabay with new image url 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment