<em>@serradesigns 372379 wrote:</em><blockquote>How can I put my logo on the site instead of the JA Portfolio logo?</blockquote>
Hi
You need to edit the /templates/ja_portfolio/css/template.css
h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px;}
/* Logo Image ---*/
h1.logo { width: 294px; height: 68px; }
h1.logo a {
background: url(../images/logo.png) no-repeat left; <-------url for your logo image
display: block;
width: 294px;
height: 68px;
}
So you will need to override the logo.png image in your /templates/ja_portfolio/images/ folder and modify height and width in the css