avistrange
Member
Posted 4 years ago #
So I just selected my new theme but now my header is a fixed .png file wich is just the logo/title of the theme. With other themes my blog title and tag line appears as the header but with this theme they don't... just the .png image/logo. Can anyone walk me through the theme editor to pull or replace the logo???
T4KTEEK
Member
Posted 4 years ago #
if i was looking at the right theme.. go to your stylesheet in your theme editor and look for
#header {
height: 160px;
margin: 70px;
overflow: hidden;
background: transparent url(banner.png) no-repeat;
border: 0px solid #7f582b;
}
just take out this line..
background: transparent url(banner.png) no-repeat;
if you want to replace the logo then you're gonna have to edit a your header.php.. look for
<div id="header">
</div>
you can delete anything after the opening div but before the closing div and replace it with whatever you want