
Originally Posted by
jettrue
Any text like that will be found in a language file. The easiest way to find out where text to change is, is to go to your admin, go to "Tools", "Developer Tool Kit". I always go down to the last form which is "Look-up in all files", choose an option from the drop down menu, and do a search for To overwrite your own logo and it will tell you where it is.
If you want to change the body background color, you style that in the css in the body tag:
body {background:#333333;}
As for your site name in the header, do you mean in the browser title bar? That is also done in a language file, meta_tags.php I believe.