how to change applied header ?


Author Message
guest

Posted: 1/30/2011
Quote message 

i hav a blog who have header, but i want to change the header because looks ugly, and where i can change the header with artisteeer header
 
Endy

Posted: 1/31/2011
Quote message 

Go to Dashboard -- design--- edit HTML and search for:

 div.art-header-jpeg

{
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 950px;
height: 150px;
background-image: url('http://lh4.ggpht.com/_gL2NXzIkQHA/TKHqepvAvOI/AAAAAAAABP0/OhmqcrGBfFE/header.jpg');
background-repeat: no-repeat;
background-position: center center;
}


replace the:

http://lh4.ggpht.com/_gL2NXzIkQHA/TKHqepvAvOI/AAAAAAAABP0/OhmqcrGBfFE/header.jpg

with the link to your new header image

 
Endy

Posted: 1/31/2011
Quote message 

The code might be different on your template but search the similar code.

http://www.artistutorials.co.cc