Black / Dark color behind black and white logo

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Thu Oct 18, 2012 6:28 pm
I would like to remove the dark color behind the blackandwhite logo on the blackandwhite template. I have already successfully uploaded my actual logo but the dark background I cannot find.
User avatar
Fresh Boarder

GK User
Thu Oct 18, 2012 6:48 pm
Hi

Try:

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


Cheers
User avatar
Platinum Boarder

GK User
Thu Oct 18, 2012 7:15 pm
Bingo... perfect
User avatar
Fresh Boarder

GK User
Wed Jan 09, 2013 9:19 pm
Hi there,
I have the same problem, I uploaded a PNG logo but it´s dark and too small.

http://altaempreendimentos.com.br/j25/

I need to increase the logo size and also make it transparent.

(pls point me where to make the changes)

Thanks in advance.

Lucas
Brasil
User avatar
Fresh Boarder

GK User
Mon Jan 14, 2013 1:02 pm
That's because you are adding wrong code on override.css file:

Not good

Code: Select all
h1#gkLogo a img {
 width: 300 px;
 height: 119 px;
}


Correct

Code: Select all
h1#gkLogo a img {
 width: 300px;
 height: 119px;
}


Anyway, if you want to use this size i do recomend that you decrease image size from 600x239px to 300x119px. Unnecessary weight on image and not the best quality display.


Cheers
User avatar
Platinum Boarder


cron