Logo Frontpage/Header and Logo in the Menu

Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 29, 2014 6:31 am
Reply with quote
Report this post
How can i use 2 different Logos in the Header on the frontpage and in the menubar?
I have a black or white Logo but it takes me allways the same logo.

So when i choose the black one, it doesn't show up in the white menubar and on the other way the same.
In the template manager i can just choose one logo?

thank you for your helps.
oliver
User avatar
Fresh Boarder

GK User
Tue Apr 29, 2014 8:17 am
Reply with quote
Report this post
The best solution is to use CSS Logo and then you have two different files for logo area. First one (the bigger one) in templates/gk_john_s/images/logo.svg
and this additional visible on dropdown menu bar » templates/gk_john_s/images/logo_dark.svg
User avatar
Platinum Boarder

GK User
Tue Apr 29, 2014 6:01 pm
Reply with quote
Report this post
Hallo
What must that be for a SVG version? For me it does not when I create a new logo...

Was für eine SVG Version muss das sein? Bei mir geht es nicht wenn ich ein neues erstelle...
User avatar
Fresh Boarder

GK User
Wed Apr 30, 2014 9:36 am
Reply with quote
Report this post
No you can use any file format but before this you need to make one modification. Please open file template.css and find this code :
Code: Select all
.svg #gkLogo.cssLogo {
background-image: url('../images/logo.svg');
}


then just removed it. After that your logo will display PNG version. File is located in templates/gk_john_s/images/logo.png. So all that you should do is to replace this PNG with your own file. The same process should be repeat for small logo in menu area. Please remove this code from template.css

Code: Select all
.svg #gkLogoSmall.cssLogo {
background-image: url('../images/logo_dark.svg');
}


and then replace this file to your logo : /templates/gk_john_s/images/logo_dark.png
User avatar
Platinum Boarder


cron