Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tulio Friend
    #166735

    Hi there,

    How can I place an image in the background instead of color?

    Thanks in advance,

    Tulio

    Phill Moderator
    #403174

    Hi Tulio,

    Please open templates>ja_zeolite_ii>css>template.css and around line 32 find the code below.


    body#bd {
    background: none repeat scroll 0 0 #F0F0F0;
    color: #666666;
    margin: 0;
    padding: 0;

    }

    Simply replace the code in red with something like

    background: url("images/yourimage") no-repeat scroll 0 0 transparent;

    You may want it repeated, you may not want the transparent tag but a colour ana you may want to change the scroll to fixed etc.

    Please see here for details of their usage google background css

    tulio Friend
    #403498

    Thanks Phil.

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

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

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