Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • ons6 Friend
    #190057

    I added these lines to my custom.css file to set an image as a background:

    body {
    background-image:url(‘../images/bgbabies1.png’) repeat;
    }

    but nothing happened!!!

    What should I do instead?

    Ninja Lead Moderator
    #503598

    You can try it again

    from

    body {
    background-image:url('../images/bgbabies1.png') repeat;
    }

    change to

    body {
    background-image:url('../images/bgbabies1.png');
    }

    With background image: templates/ja_fubix/images/bgbabies1.png

    ons6 Friend
    #503625

    I did it already but still not working :((

    Ninja Lead Moderator
    #503727

    It would be great if you can include url of your site. I might be able to help you out then.

    ons6 Friend
    #503811
    Ninja Lead Moderator
    #503872

    You can try to change background site by

    Open templates/ja_fubix/css/themes/orange/template.css file

    From


    body {
    background: #e5e5e5;
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    }

    Change to


    body {
    background-image: url(http://assukary.com/images/bgbabies1.png);
    color: #666;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    }

    ons6 Friend
    #503881

    Thank you, but it is showing white background instead of the image! :confused::confused::confused:

    Ninja Lead Moderator
    #504055

    Please check it on your site again.

    The background on your site was changed.


    1. background
    ons6 Friend
    #504144

    Yes I fixed it. The path was wrong.
    Thank you for helping.

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

This topic contains 9 replies, has 2 voices, and was last updated by  ons6 11 years, 2 months ago.

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