Three colored logo!

Professional Joomla social template with metro design and JomSocial extension support.
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 Dec 17, 2013 5:27 pm
Reply with quote
Report this post
So the logo can be two colors.
How can I make it three?

Thanks,
Johnny
User avatar
Expert Boarder

GK User
Tue Dec 17, 2013 7:25 pm
Reply with quote
Report this post
Hi,
yes, use PNG image as logo. Easy solution are the best.
User avatar
Platinum Boarder

GK User
Tue Dec 17, 2013 8:35 pm
Reply with quote
Report this post
Thanks but really wanted to know how to do three colors without a png.
I wont be able to replicate the font.

Anyone?
User avatar
Expert Boarder

GK User
Tue Dec 17, 2013 9:38 pm
Reply with quote
Report this post
Second solution would be customization of : gk_msocial\layouts\default.php file.
Which should take you less then 3 minutes.
3 color logo HTML code:
Code: Select all
<span><span style="color:red">Red</span><span style="color:blue">Blue</span>
<span style="color:yellow">Yellow</span></span>
User avatar
Platinum Boarder

GK User
Tue Dec 17, 2013 11:07 pm
Reply with quote
Report this post
Thanks.
I've had a look but can't see where to put the code?
J. :)
User avatar
Expert Boarder

GK User
Tue Dec 17, 2013 11:37 pm
Reply with quote
Report this post
Sorry, yes, you could also in default.php,
but --- this file would be much better: gk_msocial\layouts\blocks\logo.php

line 26 +
User avatar
Platinum Boarder

GK User
Wed Dec 18, 2013 8:08 am
Reply with quote
Report this post
Perfect. Thank you.
Off the top of your head do you know where the color is referenced?
I'd like to make it a darker red.
Thanks again.
User avatar
Expert Boarder

GK User
Wed Dec 18, 2013 10:40 pm
Reply with quote
Report this post
Dark vine color:
Code: Select all
#gkTop { background: #A51F1C;  }
User avatar
Platinum Boarder


cron