I just realized that in the write-up I did not include how to change the "Txp:Glass" logo. So here's how it's done.

In textpattern under style, click on default and find this line of code:

  1. #header h1 a {
  2. background: url(../images/logo2.png);
  3. border-bottom: none;
  4. color: #FFF;
  5. display: block;
  6. height: 59px;
  7. left: 50px;
  8. position: relative;
  9. text-indent: -9999px;
  10. top: 50px;
  11. width: 224px;
  12. }

Replace logo2.png with the filename of your own uploaded image. Then change the width: and height: properties to match the dimensions of your image.

In textpattern under the style tab, click on oldie and find this line of code:

  1. #header h1 a {
  2. background: url(../images/logo2.gif) no-repeat;
  3. }

Replace logo2.gif with the filename of your own image.