You can make changes as follows as you would be using quickstart package, I assume::
You can update logo in this directory with your own::
templates/ja_teline_IV/images/logo.gif
<blockquote>but when I go to a specific section, it still shows the old one up top.</blockquote>
For this, You can change this::
h1.logo a {template.css (line 548)
background: url(“../images/logo.png”) no-repeat scroll left top transparent;
display: block;
height: 57px;
width: 222px;
}
to
h1.logo a {template.css (line 548)
background: url(“../images/logo.png”) no-repeat scroll left top transparent !important;
display: block;
height: 57px;
width: 222px;
}