Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • trayd842 Friend
    #145180

    Is this where I can add a background image to the JA Mona template. What should the code look like and which .css file do I edit….is it template.css as I have attempted to edit below?

    This is my attempt to add a background image. Note the inclusion of the background image code lines:

    body {
    background: #000000;
    background-image: url(../images/iStock_000009856135Medium_tile.jpg);
    background-repeat: repeat;

    color: #303030;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8;

    Image is uploaded to the images directory, but still i cant get it to preview.

    Css Magician Friend
    #322482

    Dear trayd842,

    I think you should add a background image as follow :


    body#bd {
    background: url(../images/iStock_000009856135Medium_tile.jpg) #000000;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  Css Magician 14 years, 10 months ago.

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