Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • lumpkan1 Friend
    #176693

    Can someone tell me how to change the background of the ja opal template.

    I want to make it all black if possible. Thanks.

    pavit Moderator
    #451276

    Hi

    In this file /templates/ja_opal/css/template.css around line 677 you have

    div.ja-mainbg {
    background: url("../images/body-bg.jpg") no-repeat scroll center top transparent; <---change this to background: none;
    }

    in the same file around line 32 you have

    body#bd {
    background: url("../images/mw-bg.gif") repeat-x scroll left top #EBEAE8;
    color: #555555;
    margin: 0;
    padding: 0;
    }

    change to

    body#bd {
    background: none repeat scroll 0 0 #000000;
    color: #555555;
    margin: 0;
    padding: 0;
    }

    lumpkan1 Friend
    #451279

    when i tried that, it set everything to a white screen and with the client looking now, i changed it back.

    pavit Moderator
    #451281

    <em>@lumpkan1 317475 wrote:</em><blockquote>when i tried that, it set everything to a white screen and with the client looking now, i changed it back.</blockquote>

    I have tried that on my localhost before posting here and it worked fine

    Please check again your template.css

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

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 12 years ago.

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