I have tried the very little of suggestions to replace the headphones however, I have only been able to minimize not replace.
I have tried the very little of suggestions to replace the headphones however, I have only been able to minimize not replace.
Hi,
You just need to open template.css file to change this css code:
I also suggest you change this code:Code:#zt-header-banner #zt-header-banner-inner { background: url("../images/zt_eleo_bg_banner_inner.png") no-repeat scroll left top transparent; height: 212px; width: 100%; }
Or you will see bad combination!Code:#zt-header-banner { background: url("../images/zt_eleo_bg_banner.png") repeat-x scroll left top transparent; height: 212px; }
Change to any image you want and save your work!
Best regards,
Linh
I changed to what you suggested....it does not show my image
http://globalpicturestudios.com/
Here is my code:
/*banner*/
#zt-header-banner{
width:100%;
height:212px;
background: url("../images/logopng.png") repeat-x scroll left top transparent;
}
#zt-header-banner #zt-header-banner-inner{
height:212px;
width:100%;
background: url("../images/logopng.png") no-repeat scroll left top transparent;
It is almost as if it is hidden behind the background....
Hi,
As I see on your page, the image you have set as background is not found: http://globalpicturestudios.com/temp...es/logopng.png
Best regards,
Linh