Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • tofitadmin Friend
    #135083

    I’m trying to edit the background colors through the css file and cannot find any luck of where it is.
    I’d like to have a background picture and some color scheme changes on all modules and the background.

    thanks in advance

    jwellman Friend
    #278089

    }
    body {template_css.css (line 35)
    background:#FFFFFF none repeat scroll 0 0;
    color:#000000;
    font-family:”Lucida Grande”,Tahoma,Arial,Helvetica,sans-serif;
    line-height:160%;
    }

    Try changing the body FFFFFF color for the background.

    tofitadmin Friend
    #278329

    thanks for the quick reply..
    I’m going templates/ja_drimia/css/template.css and my line 35 doesn’t match…
    also when I go to
    body {
    background: #FFFFFF;
    color: #000000;
    font-family: “Lucida Grande”, Tahoma, Arial, Helvetica, sans-serif;
    line-height: 160%;
    }

    there is no noticeable difference….
    am I in the right spot?

    jwellman Friend
    #278330

    Looks like the right spot to me. Did you try to change one of the color codes to see if it works?

    tofitadmin Friend
    #278334

    yes; I tried both the color and the background without getting it to work.
    I also tried to point the body to a picture without success

    jwellman Friend
    #278335

    Try the area in red and see what happens.

    }

    body {

    background: #FFFFFF;
    color: #000000;
    font-family: “Lucida Grande”, Tahoma, Arial, Helvetica, sans-serif;
    line-height: 160%;
    }
    body#bd {

    background: #EFEFEF;
    color: #666666;
    padding: 0;
    }

    body.contentpane {
    background: #FFFFFF;
    color: #000000;
    font-family: serif;
    font-size: 12pt;
    line-height: 140%;
    margin: 1em 2em;
    width: auto; /* Printable Page */

    }

    jwellman Friend
    #278337

    To add a background image your code should look something like this:

    }

    body#bd {
    background: url(../images/background_image.jpg);
    color: #333333;
    text-align: center;
    }

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  jwellman 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum