Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • christool Friend
    #162019

    Hello,
    I have installed the template, everything is ok, but i just would like to put an image as a background, just like in screen attached. Please, how could i do that ?
    I have already modified the image slider in order to center it, now i would like to know how to have that image as a background, and centered. I have already done that, but i do not manage with that template.
    😉


    1. screen
    Ninja Lead Moderator
    #383559

    Hi Christool,

    You have done that, as a result you know what css you should have to render the background do you? With JA Methys, open templatesja_methyscsstemplate.css, modify this rule:

    body#bd {
    background: white;
    color: #666;
    }

    you can change the background attribute to have the bg img.

    chavan Friend
    #383560

    Add your background in the below css in the template.css file

    Path: /templates/ja_methys/css/template.css

    Replace this code


    body#bd { background: #fff; color: #666; }

    With


    body#bd { background: url("../images/my-bg.jpg") no-repeat fixed left top; color: #666; }

    place the background image in this folder /templates/ja_methys/images/

    Note: I donnot have your live url and so i have provided a general solution for JA Methys.

    christool Friend
    #383836

    Hello Chavan,
    That is almost what i did when i tried before i post my message, so i tried your solution, but is not working neither, see in the attached file what i got.
    😉

    Please can you help me ?

    😉


    1. screennotgood
    chavan Friend
    #383841

    Please provide me the Live Url.

    informaticam2 Friend
    #401649

    <em>@christool 230913 wrote:</em><blockquote>Hello Chavan,
    That is almost what i did when i tried before i post my message, so i tried your solution, but is not working neither, see in the attached file what i got.
    😉

    Please can you help me ?

    ;)</blockquote>

    How can i change the color of the light gray right column?

    chavan Friend
    #401662

    For removing the Grey color in the right column

    Remove the Following Code in template.css file in this path /templates/ja_methys/css/template.css

    #ja-right {
    background: url(../images/dot.gif) repeat-y left top #f5f5f5;
    }


    #ja-container {
    background: url(../images/container-bg.gif) repeat-y center top;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

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

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

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