Want To Change Page Background Color

Discussion in 'Templates, HTML, CSS, and Design Help' started by tripper, May 1, 2007.

  1. tripper New Member

    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?
  2. Blair Administrator

    tripper-

    Open the templates/bluejs/style.css file and change:
    Code:
    body {
    background-color:#f5f5f5;
    
    to
    Code:
    body {
    background-color:#000000;
    
  3. John Snyder Staff

    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...
  4. tripper New Member

    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.

Share This Page