no transparency on logo background

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Fri Jan 11, 2013 1:34 am
Hi there,
I have a problem (posted here again), 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 the files or fileds where to make the changes)

Thanks in advance.

Lucas
Brasil
User avatar
Fresh Boarder

GK User
Fri Jan 11, 2013 10:19 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
h1#gkLogo, h1.gkLogo.text {
background: none !important;
border-top: 0 !important
}
h1#gkLogo a img {
 width: yourValue px;
 height: yourValue px;
}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Fri Jan 11, 2013 1:37 pm
Hi there!
Just did that, but it looks smaller!

Code: Select all
h1#gkLogo, h1.gkLogo.text {
background: none !important;
border-top: 10 !important
}
h1#gkLogo a img {
 width: 300 px;
 height: 119 px;
}


Check it at www.altaempreendimentos.com.br/j25

Cheers
Lucas
User avatar
Fresh Boarder

GK User
Sat Jan 12, 2013 1:25 pm
There is no width/height set for logo image in override.css I've just checked your filed and this is what I see there http://d.pr/i/hnXF
User avatar
Platinum Boarder

GK User
Tue Jan 15, 2013 3:03 pm
Hi there!

I didn´t understand this:

bkrztuk wrote:There is no width/height set for logo image in override.css I've just checked your filed and this is what I see there http://d.pr/i/hnXF


Because I´ve opened /templates/gk_black_and_white/css/override.css and write this code:

Code: Select all
h1#gkLogo, h1.gkLogo.text {
background: none !important;
border-top: 10 !important
}
h1#gkLogo a img {
 width: 300 px;
 height: 119 px;
}


After that I turned on the CSS OVERRIDE on template Advanced Settings.

I also tried to change the Custom CSS Code field with the same code, but the result is what you see
www.altaempreendimentos.com.br/j25

regards
Lucas
User avatar
Fresh Boarder

GK User
Tue Jan 15, 2013 8:23 pm
Please remove space between value and pixels so it should be 300px not 300 px
User avatar
Platinum Boarder

GK User
Tue Jan 15, 2013 9:02 pm
bkrztuk wrote:Please remove space between value and pixels so it should be 300px not 300 px


That´s it!
thanks!
User avatar
Fresh Boarder


cron