Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Weirdo Friend
    #117002

    Hi,

    how can I change the background of the lower area if I would like to use a background graphic instead of the colour (body#bd)? :confused:

    Lg, Weirdo

    Screenshot:

    Hieu Nguyen Admin
    #210065

    Hello,

    If you like to change the outer background of Regulus, please follow these simple steps:

    1.Edit “ja_regulus/index.php

    – Find this line

    <div id="ja-maincontainer" class="clearfix">

    – Change to


    <div id="ja-maincontainer-outer">
    <div id="ja-maincontainer" class="clearfix">

    – Don’t forget to close the new <DIV>

    mosLoadModules ( 'right',-2 ); ?>
    </div>
    <!-- END: RIGHT SIDE -->
    <?php } ?>
    </div>
    </div>

    2.Edit “ja_regulus/css/template_css.css

    – Add the code below to your template_css.css

    #ja-maincontainer-outer {
    background: url(your_images_path_here);
    }

    Hope this help! 😉

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

This topic contains 2 replies, has 2 voices, and was last updated by  Hieu Nguyen 17 years, 8 months ago.

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