Viewing 3 replies - 1 through 3 (of 3 total)
  • In your CSS file, look for:

    #header {width: 100%; height: 99px; }

    Then depending on the logo you want to use and where it’s located you modify the #header as such:

    #header {width: 100%; height: 99px (you may have to change this depending on how big you logo is); text-indent: -5999 (we want to indent the current text so that it doesn't show in place of the logo, but so that Google and screen readers can still read it); background: transparent url(path/to/your/image) top left no-repeat; }

    Thread Starter farrhad

    (@farrhad)

    Thank you will try it once i get a logo

    Hi there, check your theme directory, there should be an images folder, you could simply replace the main image, as long as you keep the same dimensions.
    good luck.
    mike.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do i insert a logo in place of the title?’ is closed to new replies.