Changing logo in 2.5

GK User
Sun Feb 19, 2012 5:32 pm
Hello!

Could you please explain how to change logo in Financial Business template - Joomla 2.5(Quickstart). I tried to make it directly in template options and the way it descibed here: https://www.gavick.com/support/forums/t ... ogo#p53490 but failed.
User avatar
Expert Boarder

GK User
Sun Feb 19, 2012 6:26 pm
Hi,

Add this code to CSS Override:
Code: Select all
h1#gkLogo a.cssLogo{
background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
}

Change the url value to the path of your new logo file.

Also there is an easier way that you can just replace the logo.png file by your new file with the same file name as well.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Feb 21, 2012 10:04 am
Thank you!
User avatar
Expert Boarder

GK User
Tue Feb 21, 2012 10:05 am
You are welcome, just feel free to let us know if you need any other helps.

Have a nice day,
User avatar
Platinum Boarder


cron