• markcasey89

    (@markcasey89)


    Can someone tell me how to replace the site title with an image or banner? here’s the link to my site and below is the code for the header.

    #header{ float:left; width:100%;}
    #logo{ margin-top:40px; float:left;}
    #logo a{ color:#424242; text-decoration:none; font-size:30px; float:left;}
    #logo a img{ border:none; float:left;}
    #logo .text_logo{ font-family: courier new; display:block; padding-top:20px;}
    #logo .desc{ width:auto; float:left; padding-top:10px;}
Viewing 1 replies (of 1 total)
  • acrofford

    (@acrofford)

    Here is a example on how to do that from another thread here.

    ‘/* logo over title */
    #logo a {
    background: url(‘http://link to image’) left top;
    background-repeat: no-repeat;
    display:block;
    text-indent:-9999px;
    height:200px; width:900px;
    }’

Viewing 1 replies (of 1 total)

The topic ‘Replace Title with Image’ is closed to new replies.