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! 😉