I want to change the standard background in bluejs template so I have black blackground on both left side and right side. Exactly where do I need to go to make that edit? Also which statement sets background color within the file I need to edit?
tripper- Open the templates/bluejs/style.css file and change: Code: body { background-color:#f5f5f5; to Code: body { background-color:#000000;
Well for the main background I suspect you will need to edit the body section of the blue template style sheet. It should be in the blue template directory - style.css As for any specific page other than the main layout.tpl.php file you will probably need to edit the style sheet in the default template directory. Edit: Looks like Blair beat me...
Thank you very much for a quick response. I thought that was where to change what I wanted but getting experienced advice first turned out to be my best choice. Thanks again.