2 different logos

Professionally designed and responsive events Joomla template to launch your event based website.
GK User
Mon Apr 13, 2015 8:20 pm
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
User avatar
Senior Boarder

GK User
Mon Apr 13, 2015 9:17 pm
Hi,
it might be small problem,
because by default this template uses only one logo for both.
And we don't help with code customizations.
But I can give you a cue ....
if you're using default settings from QuickStart you can try this:

Code: Select all
.svg #gkLogo.cssLogo {
background-image: url("FIRST-LOGO.png");
}

 .svg #gkLogoSmall.cssLogo {
    background-image: url("SECOND-LOGO.png");
}


Of course add full URL and your own logo images.
This custom CSS code insert into template settings in Custom CSS field.
It theory it should work.
User avatar
Platinum Boarder

GK User
Tue Apr 14, 2015 4:39 pm
Thanks Oscar, that worked just fine.

Cheers!
User avatar
Senior Boarder


cron