Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tornado Friend
    #124645

    Hi! I’d like to change the background of the JA Drimia to a repeating picture. How do I do this?

    Menalto Friend
    #235290

    Open up the template_css.css file on line 49:

    body#bd {
    background: url(../images/yourimage.jpg,png or gif) repeat-x;
    color:#666666;
    padding:0pt;
    }

    This will give you a image that repeats horizontal. For vertical repeat:

    background: url(../images/yourimage.jpg,png or gif) repeat-y;

    You also might want to remove the shadow on each side.
    Search for ja-wrapper2 and ja-wrapper3 in the template_css.css file and delete the background form them, the image is called shadow-left.gif and shadow-right.gif

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

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

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