+ Reply to Thread
Results 1 to 6 of 6

Thread: 1 same full background image for all pages

  1. #1

    1 same full background image for all pages

    How to have simply one big image background, same for all pages ? Thanks

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    You should edit css of the body tag on your template.

    For example:
    - open file templates/your_template/css/common.css
    - go to style of body (line ~ 6)
    - add this code:

    Code:
    Only registered members can view the code.

  3. #3
    Hello Lionel Gruffaz,

    Would you please explain me what template and what version do you use?
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Realty version, realty_modern template.

  5. #5
    Yes 1-st step it's background-image: url("../img/body.jpg"); like wrote Vladimir, but you should remove some other bg too:
    common.css at line ~ 35
    Code:
    Only registered members can view the code.
    then
    common.css at line ~44
    Code:
    Only registered members can view the code.
    then
    common.css at line ~51
    Code:
    Only registered members can view the code.
    remove backgrounds for this styles.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #6
    Perfect. Works great. thanks a lot guys :-)

+ Reply to Thread