Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • gnsystems Friend
    #166751

    Hi there, i have install the ja_edenite 1.6 template and i dont want to be the background white. so i try to open templates/ja_edenite/css/template.css in the line 733 i found this:

    /*full body*/
    #ja-container.ja-mf{
    background: none;
    border: 1px solid #E7E8E6;
    padding: 10px 0;

    and i change it to this:

    /*full body*/
    #ja-container.ja-mf{
    background: url(../images/bg.png)
    border: 1px solid #E7E8E6;
    padding: 10px 0;

    i clar the cache but nothing happens…. can anyone help me with this please?

    chavan Friend
    #403278

    Go to this File /plugins/system/jat3/jat3/base-themes/default/css/template.css

    Replace the background css in the following code


    body {
    background: #ffffff;
    color: #000000;
    font-family: sans-serif;
    line-height: 1.5;
    }

    For Ex: If you need to convert the background to red, the red color code is #FF0000


    body {
    background: #FF0000;
    color: #000000;
    font-family: sans-serif;
    line-height: 1.5;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    gnsystems Friend
    #403345

    Actually must go: /plugins/system/jat3/jat3/base-themes/default/css/template.css as you said before, and change that code:

    body#bd { background:url(image_path/image_name); color: #000000; font-size: 12px;}

    on line 21

    and it works! 🙂

    thanx for your fast replay 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  gnsystems 13 years, 3 months ago.

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