.css
body{color:#E8E8E6;font:12px Verdana,Arial,Helvetica,sans-serif;margin:6px;padding:0;
Removed background color
overall_header.tpl
<script>
if (document.all||document.getElementById)
document.body.style.background="url('my image url here') black center no-repeat fixed"
</script>
I set the color to black so that around the image its black on all the pages. Now I have an exception, that I dont know where to fix it at. The admistration pages does not carry over the changes. It has a white background. I dont care if the image is there. I just want it to be black.
Also in conjuction with this. I have installed a item tool tip that seems to carry over also to the admin panel. How can I get it to be gone w/o uploading the files to the root of admin so it can locate them?
Do I find the line that calls the header, and just make a new header (overall_header2.tpl) and see about that? How do I fix the background color in admin panel?