Logo - I need to change to replace .png to jpeg

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Thu Apr 19, 2012 5:04 pm
Hello!

I want to change bg_top.png and replace it with my logo. So, what all would I need to change to replace .png to jpeg and also be able to change the height of the image.

Thank you for all your help and support!

J
User avatar
Fresh Boarder

Konrad M
Thu Apr 19, 2012 6:50 pm
Hi
Please try add to override.css
Code: Select all
h1#gkLogo a.cssLogo {
    background: url("../images/style1/your_logo.jpg") no-repeat scroll 0 center transparent !important;
    height: 80px !important;
    width: 170px !important;
}

and change width and height value to fit your logo. Remember to enableo override.css option in template settings.
User avatar

GK User
Sat Apr 21, 2012 5:35 pm
Hello,

Please help!!! :?

I uploaded the logo, but as you may see on the attached picture, the menu is sitting all the way on the top. Please help me to bring it down. I would like to add some text on the top.
User avatar
Fresh Boarder

Konrad M
Sat Apr 21, 2012 6:12 pm
No problem, just give me url to your site ;)
User avatar

GK User
Sat Apr 21, 2012 6:56 pm
I have sent you a private msg.

Thank you!! :)
User avatar
Fresh Boarder

Konrad M
Mon Apr 23, 2012 9:00 am
Try add to override.css
Code: Select all
#gkPageTop > div > div > div {
margin-top: 50px;
}


and increase or decrease this value to fit it to your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Mon Apr 23, 2012 3:00 pm
It worked!!! Great ...Thank you very much :)
User avatar
Fresh Boarder

Konrad M
Mon Apr 23, 2012 4:09 pm
I'm glad I could help ;)
User avatar


cron