Logo image background

GK User
Wed Apr 03, 2013 4:16 pm
Hi there

I've updated on my website my custom logo, but It appear with a green background. I tried to explore che css files but I didn't find a clue about this mysterious background. How can I remove it (i want a transparent background)?

Thank you in advance
User avatar
Fresh Boarder

GK User
Wed Apr 03, 2013 5:28 pm
Hi,
I can help you, but I have to see your web page (joomla installation) to check what's wrong.
But I can only guess it's because of this
Code: Select all
h1#gkLogo {
    background-image: url("../images/style1/bg_logo.png");
}


this is GREEN background image under "white" logo
User avatar
Platinum Boarder

GK User
Thu May 09, 2013 9:58 am
Pawel F wrote:Hi,
I can help you, but I have to see your web page (joomla installation) to check what's wrong.
But I can only guess it's because of this
Code: Select all
h1#gkLogo {
    background-image: url("../images/style1/bg_logo.png");
}


this is GREEN background image under "white" logo


I have the exact same issue. How do we resolve it? Thanks!
User avatar
Senior Boarder

GK User
Thu May 09, 2013 10:30 pm
Hi,
if you don't want to have green background overwrite one line, with this:

Code: Select all
h1#gkLogo {background-image: none;}


Let me know if it works for you.
User avatar
Platinum Boarder

GK User
Sat May 11, 2013 3:19 pm
tried but no i see no logo at all.

Pawel F wrote:Hi,
if you don't want to have green background overwrite one line, with this:

Code: Select all
h1#gkLogo {background-image: none;}


Let me know if it works for you.
User avatar
Senior Boarder

GK User
Mon May 13, 2013 9:34 pm
Of course if your logo is white you don't see it.

Your logo is shown by this code
Code: Select all
h1#gkLogo a.cssLogo {
    background-image: url("../images/style1/logo.png");
}


not "h1#gkLogo" which is connected with only background for logo.
You can use your own picture for background with color as we use green image --> templates/gk_esport/images/style1/bg_logo.png

If you need more help please add URL to your website it's very hard for me guess what is wrong with you logo.
then send me info via PM
User avatar
Platinum Boarder

GK User
Mon May 13, 2013 9:37 pm
p.s.
Without background image it should like this
User avatar
Platinum Boarder

GK User
Tue May 21, 2013 10:10 am
Pawel F wrote:p.s.
Without background image it should like this



I did not change the background pic in any style and just overwrote the logo.png with mine using same size and of course keeping the transparency. the result is that i do not see the logo and only the bg appears.
User avatar
Senior Boarder


cron