Change the Logo format in css - gk League template

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
Mon Apr 02, 2012 3:28 pm
I have changed in the template "gk League" the logo.png. But my logo is a bit bigger in format then 80 px x 170px . Now I want to change the format in the css. But the problem I can find the css file with this item.
It's not in template.css. Is there anyone who's know where I can find this css.
Firebox give only the name of the site. Here is the CSS. In the last rule you can see the pixelformat.

h1#gkLogo a.cssLogo {
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("/templates/gk_league_news/images/style1/logo.png");
background-origin: padding-box;
background-position: 0 center;
background-repeat: no-repeat;
background-size: auto auto;
height: 80px;
width: 170px;
}

Ton
User avatar
Junior Boarder

Konrad M
Mon Apr 02, 2012 6:54 pm
Try add to override.css
Code: Select all
h1#gkLogo a.cssLogo {
height: 80px;
width: 170px;
}

and change height and width value to same as your logo diemsions. Of course remember to enable override.css option in template settings.
User avatar

GK User
Tue Apr 03, 2012 8:07 am
No that's not working. In Firebug I can see the css, but not the name of the css and when I change in Firebug the pixelformat then it is working but I can find this CSS. There is such css in template.css but I change the format, but it is no working.

Ton
User avatar
Junior Boarder

Konrad M
Wed Apr 04, 2012 1:18 pm
Please clear cache and check.
User avatar

GK User
Wed Apr 04, 2012 4:09 pm
Yes! thank you very, very much.
User avatar
Junior Boarder

Konrad M
Wed Apr 04, 2012 7:19 pm
I'm glad I could help :)
User avatar


cron