Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • yannhellier Friend
    #154885

    Hello,

    I am trying to change the full background with an image, I have tried the solutions that I found here already but nothing works for me, my site is not live yet so can’t show it.

    Thank you

    Yann

    gray Friend
    #357522

    Find in /templates/ja_purity_ii/css/template.css


    body {
    background: #fff;
    color: #000;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    }

    Replace background: #fff; with something like that
    background:#fff url(../images/your_image.png) no-repeat right top;
    More info on CSS background tag

    yannhellier Friend
    #357568

    Hi,
    thank you, I have tried but it doesn’t work, I am scratching my head with that now (-;
    Yann

    gray Friend
    #357578

    OK, could you please check with development tools (Inspect Element) of Opera 10, Chrome 5-6 or FireBug of FireFox property your body tag? Maybe it’s set somewhere else, not only in template.css body{} style.

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

This topic contains 4 replies, has 2 voices, and was last updated by  gray 14 years, 1 month ago.

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