How may I change the Logo image to my own

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Jan 29, 2012 2:01 pm
How do I change the logo image?

I have another image which I want to use.
User avatar
Expert Boarder

GK User
Sun Jan 29, 2012 2:31 pm
Hi.
The logo is placed in style1.css file in following line:
Code: Select all
 h1.logo a {
background-image: url('../images/style1/logo.png');
}

All you have to do to change the logo is replace it in images folder.
User avatar
Platinum Boarder

GK User
Mon Jan 30, 2012 5:12 pm
HI,

Where can I see width and height. Does it have to be the same?

Best

Louis
Thanks for all your kind help.
User avatar
Expert Boarder

GK User
Mon Jan 30, 2012 5:47 pm
You can find it in template.css file in the following line:
Code: Select all
 h1.logo a {
background: url('../images/style1/logo.png') no-repeat 0 0;
display: block;
margin: 0;
text-indent: -999em;
width: 390px;
height: 50px;
}
User avatar
Platinum Boarder

GK User
Mon Jan 30, 2012 8:00 pm
Hi,
Can I change this without disturbing the overall view of the template - say make it 500 in widht?

And do you know how to make the top1 module Main NSP able to display K2 articles. When I try that - and I have made a K2 article - it says no articles.

It can display K2 articles right? If I want it to display K2-articles how would you make the settings. And how am should articles be set.
User avatar
Expert Boarder

GK User
Mon Jan 30, 2012 8:18 pm
Could you please paste link to your site?
User avatar
Platinum Boarder

GK User
Tue Jan 31, 2012 2:17 pm
Hi,
I've sent you a PM with the link+crendentials ;)

Best

Louis
User avatar
Expert Boarder

GK User
Tue Jan 31, 2012 3:20 pm
Hi.
Yes, I got your login and password but you forgot paste the link.
User avatar
Platinum Boarder

GK User
Fri May 04, 2012 5:33 pm
Hi,
I am having the same problem, I have checked the link to the image logo above but can't find the logo there on my site. Can someone tell me where to change the logo for my site? My domain is NumNews.com
Thanks
User avatar
Fresh Boarder

GK User
Tue May 29, 2012 9:24 am
Hi Num85,

Add this code to CSS Override to change the logo of your site:
Code: Select all
h1.logo a {
    background-image: url("../images/style1/logo.png") !important;
}

The current logo is http://numnews.com/templates/gk_twn2/im ... 1/logo.png
User avatar
Platinum Boarder


cron