Hello Indira,
You can add this code in file /templates/hot_furniturestore/css/template_css.css:
Code:
#header {
background: #000000 url(../images/yourimage.png) top center no-repeat !important;
}
In this code:
- #000000 is the color of background if image is transparent PNG or doesn't fit the entire space
- yourimage.png is the name of your background image uploaded to /templates/hot_furniturestore/images
- top center - it means image is aligned top and centered
- no-repeat - it means image will not repeat. You can also put "repeat" value here or "repeat-x"
Thanks