• Resolved Troy

    (@troycruisingnwcom)


    I would like to replace the text “Site Title” with our logo on our site.

    http://www.cruisingnw.com

    I tried this as advised by Paul, at first I could get the text to not appear, but no logo.

    #site-title{
    text-indent: -9999px;
    background: transparent url(http://path/to/logo/image) no-repeat 0 0;
    width: 100px; /* width of logo image */
    height: 100px; /* height of logo image */

    }

    #site-title a {display: block; height: 100px; width:100px; /* same dimensions as #site-title */}

    So, I am stuck.

Viewing 15 replies - 1 through 15 (of 32 total)
Viewing 15 replies - 1 through 15 (of 32 total)
  • The topic ‘Replacing Title with Logo in header area’ is closed to new replies.