Quote Originally Posted by urbnsoul View Post
how do i take this off?? .......To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/

and also i can't change the bg color i got the middle to change but the main background is still white


one last thing lol how to i put my site name in the header


please help and thank you i love the template
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.