Hi fbosch,
you can set the headwrap in the css for your logo. See it under:
Link
When you want to do it go in the backend under:
Template >> Extensions >> Templates >> Transparent_Bliss_1.5 >> Edit CSS
then search:
| Code: |
#headwrap {
width: 980px;
height: 90px;
margin-bottom: 10px;
}
|
and change it to:
| Code: |
#headwrap {
width: 980px;
height: 120px;
margin-bottom: 10px;
background-image: url(../images/your_image.png);
background-repeat: no-repeat;
background-position:center;
}
|
Naturally you must upload your Header-Image to the right path. ;-)
I hope it helps.
Regards
hofmar