Custom Image Header for Site Tite
-
How do I put a logo or image instead of text site H1 title.
Below is my Css/* The Header */
#top {
height:120px;
margin:auto;
width:1000px;
position:relative;}
.subcribe{
position:absolute;
right:40px;
bottom:15px;
}.subcribe a:link,.subcribe a:visited{
color:#222;
}.subcribe a:hover{
color:#FFAB06;
}.blogname {
width:400px;
margin:35px 0 0 0px;
height:70px;
text-align:left;
float:left;
padding-left:20px;}
.blogname h1 {
font-size:32px;
padding:0 0 0px 0;
font-weight:normal;
color:#222;}
.blogname h1 a:link, .blogname h1 a:visited{
color: #222;
display:block;
margin:5px 0 0 0px;
}.blogname h1 a:hover {
color: #111;
}
.blogname h2 {
margin:0px 0px 0px 0px;
font-size:15px;
font-weight:normal;
color: #e89b05;}
.head{
height:230px;
width:1000px;
float:left;
background:url(images/head.jpg);
}.subhead{
width:440px;
height:200px;
margin:50px 30px 0px 0px;
overflow:hidden;
float:right;
}.subhead h3{
color:#fff;
font-weight:bold;
font-size:18px;
padding:10px 0px;}
.subhead p{
color:#69c8bd;
line-height:22px;
}
- The topic ‘Custom Image Header for Site Tite’ is closed to new replies.