Hey guys,
I need to have two different logos, one for the homepage and another for the top menu.
Can you help me on how to do this? I tried with a module suffix in the custom html header module but that didn't make it... :/
Thanks
.svg #gkLogo.cssLogo {
background-image: url("FIRST-LOGO.png");
}
.svg #gkLogoSmall.cssLogo {
background-image: url("SECOND-LOGO.png");
}