Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • yourwebpros1 Friend
    #162108

    I have searched for adding a background image to Kyanite and could not find a good match. I want to place a background image on the site…
    http://coinsfromheaven.org/polishednails/ is the demo site I am working on…

    Thank you for your help…

    John Doyle
    Your Web Pros

    chavan Friend
    #383914

    Upload your bakground image in this folder http://coinsfromheaven.org/polishednails/templates/ja_kyanite_ii/images/

    For Ex : the upload bg image name is bg.png

    Go to this template css file http://coinsfromheaven.org/polishednails/templates/ja_kyanite_ii/css/template.css

    Replace this Code


    body#bd {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #333333;
    }

    With


    body#bd {
    background: url("../images/bg.png") no-repeat left top;
    color: #333333;
    }

    yourwebpros1 Friend
    #383926

    Hi,

    the code youi asked to replace was not the same as the code you asked me to replace…here is what i have now, that is not working;

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

    body#bd {
    background: url(“../images/bg.png”) no-repeat left top;
    color: #333333;
    }

    body.fs1 { font-size: 10px; }
    body.fs2 { font-size: 11px; }
    body.fs3 { font-size: 12px; }
    body.fs4 { font-size: 13px; }
    body.fs5 { font-size: 14px; }
    body.fs6 { font-size: 15px; }

    chavan Friend
    #383939

    you have not uploaded your bakground image in this folder http://coinsfromheaven.org/polishednails/templates/ja_kyanite_ii/images/

    please an image named bg.png. you will see teh background image applied on your site

    yourwebpros1 Friend
    #384084
    Phill Moderator
    #384088

    Put your image in templates>ja_kayanite_ii>images

    Or change your path to point to the correct place


    body#bd {
    background: url("../../../images/bg.png") no-repeat scroll left top transparent;
    color: #333333;

    }

    Noting the extra ../../

    Phill Moderator
    #384119

    In the case of this site you will have to add some code in a couple of other locations.

    To template.css at line 774

    change

    #ja-container.ja-l1r1 {
    }

    to

    #ja-container.ja-l1r1 {
    background:url("../images/bg.jpg") no-repeat scroll left top transparent;

    }

    and in template.css line 1144

    change

    #ja-botsl {
    }

    to

    #ja-botsl {
    background:url("../images/bg.jpg") no-repeat scroll left top transparent;

    }

    Then in template.css line 1158

    change


    #ja-footer {
    clear:both;

    }

    to

    #ja-footer {
    background:url("../images/bg.jpg") no-repeat scroll left top transparent;
    clear:both;

    }

    Finally you would need to adjust the styling of the footer in template.css at line 1160 (#ja-footer .main) or change the class of the module so it does not have the transparrent background.

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

This topic contains 7 replies, has 3 voices, and was last updated by  Phill 13 years, 7 months ago.

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