Dear Arif Rahman
* Background image of header:
+ go to "your_site/templates/sj_travel2/css/template.css", finding
#yt_header {
background: url("../images/header.png") repeat scroll 0 0 transparent;
height: 60px;
margin-bottom: 10px;
}
change to
#yt_header {
background: url("../images/header.png") repeat scroll 0 0 transparent;
height: 60px;
margin-bottom: 0;
}
------------------
+ inserting the following code to the end of template.css
#yt_spotlight1 {
background: your_image_path
}
* Background image of footerr:
I think that you can not change the background with an image because this area including two different parts.
You can cut your background image to two different images.
After that, inserting them two different parts.
Please insert the following code lines to the end of template.css
#yt_spotlight5 {
background: your_image_path_1
}
#yt_footer {
background: your_image_path_2
}
Thanks