Logo Disappeared from Header

Discussion in 'HTML & Website Design' started by jg123, Sep 14, 2007.

  1. #1
    I recently moved hosting and the logo in the header has disappeared, can anyone tell me what to do to fix it?

    Site is DeeFashion.com

    thanks
     
    jg123, Sep 14, 2007 IP
  2. cyanide

    cyanide Peon

    Messages:
    483
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I Don't see anything resembling a logo in your images directory or css file.
     
    cyanide, Sep 14, 2007 IP
  3. jg123

    jg123 Notable Member

    Messages:
    6,006
    Likes Received:
    387
    Best Answers:
    0
    Trophy Points:
    295
    #3
    I think it was the automatic one done with wordpress, you fill it in admin and it shows.
     
    jg123, Sep 14, 2007 IP
  4. Sharon25

    Sharon25 Active Member

    Messages:
    317
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    If you have it in your local web folder just re upload it and it'll be there
     
    Sharon25, Sep 15, 2007 IP
  5. Sabr!na

    Sabr!na Guest

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    if you uses wordpress:
    place the image url on its respective place

    example:
    #IDOFHEADER {
    float: left;
    background: url(images/bg_head_top_logo.jpg);
    height: 40px;
    width: 60px;
    margin: 22px 10px 20px 20px;
    list-style: none
    }

    or try to look to your index.php and find the location where it should placed :)
     
    Sabr!na, Sep 16, 2007 IP