Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bramewave Friend
    #138522

    I really have 2 questions,

    1. Is it possible to change the color of the modules background from blue to white.

    2. Is it possible to increase the the header height so that it is much much larger.

    http://www.bramewave.com

    Thanks in advance!

    bramewave:cool:

    Phill Moderator
    #293300

    Of course it is possible but there is a bit of work involved. You have to edit a bit of css and a couple of images. It is easy to work out if you use Firebug (the firefox plugin) and the inspect button of that.

    bramewave Friend
    #293301

    Not sure i understand what you mean can you give me more details?

    bramewave Friend
    #293302

    which questions were you answering?

    Phill Moderator
    #293303

    Both.

    The header height is controlled by .

    template.css (line 701)

    #ja-header-inner
    height:100px;
    position:relative;
    z-index:999;

    And this Image.

    template.css (line 689)

    #ja-header
    background:transparent url(../images/header-bg.png) no-repeat scroll left top;
    line-height:normal;

    So you need to edit height in the first bit of code to the height you require and the image (.. /images/header-bg.png) linked to in the second bit of code to the height you require

    As for the background of the modules, there is quite a bit of css that needs adjusting as well as a couple of imaged from your templates images folder.

    If you view your site with firefox and use the firebug plugin you can inspect any element of the module and it will point you towards the code or images that you need to change.

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

This topic contains 5 replies, has 2 voices, and was last updated by  Phill 15 years, 9 months ago.

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