Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • airwork Friend
    #118140

    The body of the Zibal template is een very light grey. I want to change it to white, but can’t seem to find the right piece of code in the css files to change it.
    Can anyone point me in the right direction?

    itguy Friend
    #212876

    This one is a bit alluding because it looks from the css that the body#bg class is driving the color. But in fact it’s a gif file called from the template_css.css file at line 584 and again at line 843 for the two sizes this template uses (narrow and wide).

    Line 584:


    .wide #ja-main {
    background: url(../images/main-wide-bg.gif) repeat-y right #FFFFFF;
    }

    Line 843:


    #ja-main {
    border-top: 1px solid #FFFFFF;
    background: url(../images/main-bg.gif) repeat-y right #FFFFFF;
    }

    Trouble is that the graphic also covers the right column so removing the reference to the graphic will make the middle and right background white. You might want to modify the gif so the left side of the graphic is white and leave the right side grey.

    airwork Friend
    #212882

    Thanks a lot! I changed the gif (left white, right grey) and that works like a charm.

    Thanks again for your help,
    Diana

    itguy Friend
    #212883

    Glad to hear you got it looking like you want it! 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  itguy 17 years, 2 months ago.

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