Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • vreuters Friend
    #123893

    hi there, anyone knows how i can add a background image on the top menu box of this theme?

    Menalto Friend
    #233121

    Open the template_css.css file on line 910,there you can add background: url(../images/yourimage):

    #ja-mainnav {
    float:right;
    width:77%;
    }

    Please try it out and let me know how it’s going?

    vreuters Friend
    #233128

    <em>@Menalto 32467 wrote:</em><blockquote>Open the template_css.css file on line 910,there you can add background: url(../images/yourimage):

    #ja-mainnav {
    float:right;
    width:77%;
    }

    Please try it out and let me know how it’s going?</blockquote>

    hi there menalto, thank you, i already tried that method, it didn’t work, i really can’t figure it out..

    #ja-mainnav {

    float: right;

    width: 77%;

    background: url(..images/h2.gif) no-repeat;

    }

    Menalto Friend
    #233134

    <em>@vreuters 32477 wrote:</em><blockquote>hi there menalto, thank you, i already tried that method, it didn’t work, i really can’t figure it out..

    #ja-mainnav {

    float: right;

    width: 77%;

    background: url(..images/h2.gif) no-repeat;

    }
    </blockquote>

    Where did you put the image? In the images folder of the template?
    If so the code should be like this:

    #ja-mainnav {

    float: right;

    width: 77%;

    background: url(../images/h2.gif) no-repeat;
    }

    vreuters Friend
    #233135

    <em>@Menalto 32486 wrote:</em><blockquote>Where did you put the image? In the images folder of the template?
    If so the code should be like this:

    #ja-mainnav {

    float: right;

    width: 77%;

    background: url(../images/h2.gif) no-repeat;
    }

    </blockquote>

    yes in the template image folder, i tried it again by adding the “/” but no luck, thank you for your help menalto.

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

This topic contains 5 replies, has 2 voices, and was last updated by  vreuters 16 years, 10 months ago.

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