png logo is not working

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 Jul 15, 2012 8:55 pm
Reply with quote
Report this post
Hello guys,

just done the usual upload of a png image for company logo via the template settings - for some reason, i keep getting either an orange, or green rectangle background behind the logo...

im using style 3 (green) at the moment and been into the Css file for style3 and cant find anything in there

any ideas?

cheers

jamie
User avatar
Junior Boarder

GK User
Sun Jul 15, 2012 11:13 pm
Reply with quote
Report this post
Hi Jamie,

Can you please give me your site URL to take a look on the problem and check?

Thanks,
User avatar
Platinum Boarder

GK User
Mon Jul 16, 2012 12:17 pm
Reply with quote
Report this post
Hi Don,

Sent you a private message with the info

many thanks

Jamie
User avatar
Junior Boarder

GK User
Tue Jul 17, 2012 1:06 am
Reply with quote
Report this post
Hi Jamie,

Please try adding this code to CSS Override to fix the issue:
Code: Select all
#gkLogo{
background: none repeat scroll 0 0 transparent!important;
}

Then let me know if it helps.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Jul 17, 2012 2:00 am
Reply with quote
Report this post
Hi Don,

yes thats works - what about the height and width of the logo?

many thanks

Jamie
User avatar
Junior Boarder

GK User
Tue Jul 17, 2012 2:13 am
Reply with quote
Report this post
Hi,

In order to change the size, you can use this code (change the numbers yourself):
Code: Select all
#gkLogo {
    width: 300px;
    height: 300px;
}
User avatar
Platinum Boarder


cron