+ Reply to Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Oct 2011
    Posts
    8
    Downloads
    1
    Uploads
    0

    Default How to change the header image to my company logo instead. zt eleo template

    I have tried the very little of suggestions to replace the headphones however, I have only been able to minimize not replace.

  2. #2
    Join Date
    Jan 2009
    Posts
    1,307
    Downloads
    297
    Uploads
    19

    Default

    Hi,

    You just need to open template.css file to change this css 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%;
    }
    I also suggest you change this code:
    Code:
    #zt-header-banner {
        background: url("../images/zt_eleo_bg_banner.png") repeat-x scroll left top transparent;
        height: 212px;
    }
    Or you will see bad combination!

    Change to any image you want and save your work!

    Best regards,
    Linh

  3. #3
    Join Date
    Oct 2011
    Posts
    8
    Downloads
    1
    Uploads
    0

    Default

    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;

  4. #4
    Join Date
    Oct 2011
    Posts
    8
    Downloads
    1
    Uploads
    0

    Default

    It is almost as if it is hidden behind the background....
    Attached Images

  5. #5
    Join Date
    Jan 2009
    Posts
    1,307
    Downloads
    297
    Uploads
    19

    Default

    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts