Hi 
To change logo, you need to replace images located on 
../templates/gk_icki_sports/images/style1/logo.png
../templates/gk_icki_sports/images/style2/logo.png
If you want to change size of logo you can do it on ../css/template.css file.
- Code: Select all
- a#logo_styled{
 /*
 Here you can change width or height of your logo
 if you've disabled option "logo as image"
 */
 width: 195px;
 height: 95px;
 }
 
Cheers