mredmond13
Hi
open template.css file from template css folder
find
h1.logo a {
background: url(../templates/ja_community_plus/images/logo.png) no-repeat left;
display: block;
height: 46px;
width: 266px;
}
change the logo path with your logo image path
Or find /templates/ja_community_plus/images/logo.png
replace logo.png with your logo.png image.
Regards