Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tuscanasori Friend
    #158910

    page one

    i would like to have a unique picture as background only for the first page. the others should stay like they are.

    what do i have to do? and where da i have to do the changes??

    Thanks for your help

    Ninja Lead Moderator
    #372369

    dear tuscanasori,

    page 1 contains a module(namely “Home page” mod_custom in our demo) , and that module should have style class sticked with it, you can change the style in css files to get it a background image. For example, in our demo it is a custom module with the content:
    <div class="page-wrap">
    <h3 class="page-title">We heart crafting awesome<br /> <span class="orange">websites and interfaces</span></h3>
    <p class="page-intro">Hey you :). Don’t just take our word for it, check out what we’ve done and learn more about us.</p>
    <p style="text-align: center:"><img src="images/stories/demo/introduction.png" border="0" alt="Introduction" /></p>
    </div>

    we can see it has “page-wrap” class, then I will edit /templates/ja_cloris/css/template.css, and change

    div.page-wrap {
    min-height: 800px;
    }

    into this:

    div.page-wrap {
    min-height: 800px;
    background: url(http://youlinktobgimg.com/img.jpg);
    }

    another solution is to add a Module Class Suffix, then add a class moduletable_your_suffix to specify a bg img.

    regards.

    tuscanasori Friend
    #372535

    Hy hungnd,

    thank you very much for your quick reply. I´m really sorry, but I explaind it wrong on the first turn. Here is what i ment:

    I would like to have a unique „bg“ only on this page “about us” (see attatchment). no repeat on the other following pages. the „bg“ should be hole width of the template.

    Thanks again


    1. www.joomlart
    Ninja Lead Moderator
    #372560

    dear,

    then the most simple solution is, open template.css, add this rule:


    #about-us {
    background: url(yourimgurl.jpg);
    }

    dont forget to clear JAT3 cache.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 13 years, 3 months ago.

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