/*************************************
Header
**************************************/
#header {
width:1045px;
margin:0 auto;
}
#header-in {
width: 1045px;
padding: 0px;
height:269px;
position: relative;
margin: 0px auto;}
#header-in .title {
margin: 0px;
padding: 15px 10px 5px 10px;
width: 590px;
float: left;
text-indent:-4000px;
}
#header-in .title a {
text-decoration: none;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 33px;
font-weight: normal;
margin: 0px;
padding: 0px;
text-indent:-4000px;
}
#header-in .title a:hover {
}
#header-in .description {
clear: both;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px 10px 4px 15px;
width: 850px;
text-indent:-4000px;
}
-----------------------------------
Sådan ser den ud i style.css
Så der også et Tema css som hedder
-----------------------------------
*************************************
Header
**************************************/
#header {
background:url(
http://www.lostboys.dk/wp-content/themes/wp_premium/images/header.jpg)no-repeat;}
#header-in .title a {
color: #fff;
}
#header-in .title a:hover {
color: #FFF;
}
#header-in .description {
color: #FFF;
}
----------------------------------------
Jeg håber det kan give klarhed over mit problem ..