Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • lmw1 Friend
    #137889

    What would be the correct way to place an image that repeats horizontally underneath the top menu instead of the solid colored horizontal line?

    Thanks!
    LMW1

    Anonymous Moderator
    #290250

    Hi lmw1,

    Open file templates/ja_zinc/css/template.css , at about line 809, find following code:

    #ja-mainnavwrap {
    background:#181818 none repeat scroll 0 0;
    border-bottom:5px solid #9A4600;
    }

    and change to:

    #ja-mainnavwrap {
    background:#181818 url(path to image) repeat;
    }

    Please notice that the background image, which you want to use, must have two parts:
    + the first for menu
    + the second for bottom image.

    Hope it helps.

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

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

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