Hello!
I'm using for logo at mobile: <img class="logo-mobile" srcset ....
My question is, how to change that logo, so when navbar is opened then I need different logo (because of color problems).
Thanks!
1 reply · opened Aug 16, 2024
Hello!
I'm using for logo at mobile: <img class="logo-mobile" srcset ....
My question is, how to change that logo, so when navbar is opened then I need different logo (because of color problems).
Thanks!
Hello,
This is Definitely Possible. Use the following CSS Code:
[ch_pre type="css"]body.primary-menu-open:not(.is-expanded-menu) #logo [class^="logo-"] {
display: none;
}
body.primary-menu-open:not(.is-expanded-menu) #logo .logo-mobile-open {
display: flex;
}[/ch_pre]
And then add the following HTML Code after the .logo-mobile Logo image:
[ch_pre]
[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard