Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tfoster Friend
    #150021

    I am interested in this template. I’m a newbie.

    Can you change the outside left/right background to a color? Not the body where the modules are but outside of it?

    Thanks.:)

    vitormarques Friend
    #338798

    Hi tfoster.

    Yes you can. You have to change in the css files. I don’t know the exact idea you have in mind but changing colors can be something not very difficult.

    Cheers

    tfoster Friend
    #342101

    I tried to change the css body background but it puts a background color on the whole page. I am looking for help on how to change the background color, not on the whole body, but outside of all the modules on the left and right.

    Here is an example: http://www.bouldereast.org/Joomla/templates/ja_helio/images/delete.jpg

    Saguaros Moderator
    #343405

    Dear

    Here is the solution to resolve your issue

    Pls open the file: templates/ja_antares/css/template_css.css and find the following css :

    body {
    color: #5A5A5A;
    background: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    }

    and replace:

    body {
    color: #5A5A5A;
    background:red;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    }

    and add the following css into this file:

    #ja-mainwrapper {
    background:none repeat scroll 0 0 #FFFFFF;
    margin:0 auto;
    padding:0 5px;
    width:950px;
    }

    Good luck

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

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 13 years, 11 months ago.

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