Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • beyondsports Friend
    #133412

    i need to apply a page background to repeat across the whole page top to bottom …. it is a grid– where do i edit and add this? also need to keep the page background white where all the text and column’s are…

    i have gone in and edited the css file with no luck…

    body#bd {
    background: url(../images/grid bg.jpg) repeat;
    color: #333333;
    }

    here is the url of the site: http://www.buymeriam.com/

    thanks
    trey

    Sherlock Friend
    #270940

    Hi beyondsports !
    obove code is right code for set background image for body . to keep white background for content body , you can do it following way below :
    open template.css file in templates/ja_barite/css folder, find following code section at about line 571 :


    #ja-container {
    padding:10px 0;
    }

    change to :


    #ja-container {
    padding:10px 0;
    background:#FFF;
    }

    Sherlock Friend
    #270941

    continue , find following code :


    #ja-mainbody {
    float:left;
    width:65%;
    }

    change to :


    #ja-mainbody {
    background:#FFFFFF;
    float:left;
    width:65%;
    }

    , find following code :


    #ja-masstop, #ja-massbot {
    clear:right;
    display:block;
    float:right;
    width:34.9%;
    }

    change to :


    #ja-masstop, #ja-massbot {
    background:#FFFFFF;
    clear:right;
    display:block;
    float:right;
    width:34.9%;
    }

    , find following code :


    #ja-colswrap {
    float:right;
    width:34.9%;
    }

    change to :


    #ja-colswrap {
    background:#FFFFFF;
    float:right;
    width:34.9%;
    }

    beyondsports Friend
    #270945

    thanks…hainn

    i made the change’s to the code and for some reason i still cant get the background image to work on my end –nothing pulls and i still have the white background… i have deleted the file off the server and then ftp’d it again….

    it is in the images folder within the template… any idea’s….

    trey

    i have even attached the file…


    1. grid-bg
    beyondsports Friend
    #270946

    i am trying to get the grid to be on the page surround the site… if that make’s any sense…( ie left – right – top and bottom )
    trey
    s

    see attached screenshot…. want the grid all over the background of the page…


    1. meiram222
    Sherlock Friend
    #270952

    Hi !
    Please rename background image to “grid_bg.jpg” .
    and change obove code to :


    body#bd {
    color: #333333;
    background:url(../images/grid_bg.jpg);
    }

    Sherlock Friend
    #270953

    Hi !
    Please rename background image to “grid_bg.jpg” .
    and change obove code to :


    body#bd {
    color: #333333;
    background:url(../images/grid_bg.jpg);
    }

    beyondsports Friend
    #271022

    thanks…done…

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

This topic contains 8 replies, has 2 voices, and was last updated by  beyondsports 16 years, 2 months ago.

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