Logo customization

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
Sun Dec 14, 2014 10:34 am
Reply with quote
Report this post
Hello!

I have seen that at demo link:

http://demo.gavick.com/joomla25/msocial/

there is a text logo ("(M)SOCIAL") with different text colors (red and white). In fact "(M)" is in red and the other characters are in white. How did you do it? If I write text in the "Logo text" field of the template I always see my text in white in the front end of the template! How come? How can I write each letter of my text with different colors? Then, I have another question: is it possible to write a different logo text for each language of the web site? In fact I would like to write an italian logo text for the italian version of my web site and and english logo text for the english version of my web site…is it possible?

Thanks a lot.

Luca
User avatar
Senior Boarder

GK User
Sun Dec 14, 2014 1:39 pm
Reply with quote
Report this post
1. Only one additional colour is available. You can achieve it by entering:
Code: Select all
__(M)__Social

where __ opens and closes the colour.

If it goest to different texts on different languages - the only thing that comes to my mind is to use different copies of the template (you can "duplicate" the template in template manager), but then you would need to manually assign the newly created one to menu items.
User avatar
Moderator

GK User
Sat Jan 03, 2015 11:12 am
Reply with quote
Report this post
Ok. I have another problem: I don't know why characters of "Logo slogan" appears huge in my home page!! You can check it at link: http://www.venturaluca.com/portal (see label "Il sito web ufficiale") . Is there some option to change the size of characters?

I will send to you credentials to access to my joomla admin panel so that you can verify this problem.

Thanks a lot,

Luca
User avatar
Senior Boarder

GK User
Sat Jan 03, 2015 11:37 am
Reply with quote
Report this post
community module css is forcing different size. Please edit: /templates/gk_msocial/css/override.css and add at its end:
Code: Select all
#gkLogo.text .gkLogoSlogan {
font-size: 14px !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron