Hello,
To change the banner of your theme please figure out the following lines from your source code…
<div id=”head”>
<img src=”http://wordpressthemesbase.com/ssc-data/themes/default/images/logo.gif” width=”440″ height=”34″ alt=”” />
Change the value of ‘src’ attribute of img tag.
Thanks.
thanks for your help 🙂
this is the code for banner i think:
#logo {
float: left;
display: inline;
margin-top: 50px;
margin-left: 20px;
margin-right: 20px;
padding-right: 40px;
padding-left: 40px;
border-right: 1px solid #aaa;
background: url(images/logo.gif) no-repeat;
background-position: left 0px;
}
#logo h1 {
padding-top: 9px;
font-size: 22px;
font-weight: bold;
letter-spacing: -2px;
color: #FFF;
}
#logo h1 a {
font-size: 22px;
font-weight: bold;
letter-spacing: -2px;
color: #FFF;
}
#logo h1 a .green {
font-size: 22px;
font-weight: bold;
letter-spacing: -2px;
color: #aeec07;
}
#logo h1 a:hover {
color: #aeec07;
}
#logo .description {
color: #feffe3;
font-size: 11px;
line-height: 1.4em;
}
i hope you will can help me 🙂
Hi,
Figure out this line …
background: url(images/logo.gif) no-repeat;
Here, change the name of the image.
For example,
background: url(images/banner.jpg) no-repeat;
Remember that the image should be saved inside images folder.
I hope you can solve it.
Thanks.
I tried to download this theme but i notice about the eval decode.. its a virus right?