Hi maccool
You can find it in template,css file
h1.logo a {
background:url('../templates/ja_vintas/images/logo.png') no-repeat left;
width:271px;
height:33px;
}
Change path to your logo or override your logo image in that folder.
maccool how do I customise the font for the text logo?
Same file
h1.logo, div.logo-text h1 {
font-size:250%;
line-height:1;
margin-left:10px;
}
Hope it helps