In the default template there is a text logo. How can I put a .png logo instead of the text?
Hi tonystones
Change image url in file /templates/ja_wall/css/template.css around line 1239
.logo-image h1 a { background: url(../images/logo.png) no-repeat 0px 0px; display: block; text-indent: -999em; width: 79px; }
Thanks pavit, it was easy. But I was confused by some posts on the forum that the logo in the Default template is text and not .png. Probably an older version of the template (?)...