Page 1 of 1

customer back ground

Posted: Sun Jun 21, 2015 5:40 pm
by rabih arzouni

Hi I am, trying to set the background pic to something I have already. Any tips on how to do that would be greatly appreciated. Thanks


customer back ground

Posted: Sun Jun 21, 2015 6:11 pm
by Alena Prykhodko

Hello,

Please take a look here https://devcenter.appery.io/documenta...


customer back ground

Posted: Sun Jun 21, 2015 7:17 pm
by rabih arzouni

Thanks Elena, the external Url works fine but when I added an image to my theme and inserted the following the background does not appear / render any ideas please ?

body .ui-content
{
background-image: url("../images/background.jpg");
}

  • jQuery Mobile 1.4.5

  • Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc < Date: Fri Oct 31 2014 17:33:30 UTC

  • http://jquerymobile.com
    *

  • Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors

  • Released under the MIT license.

  • http://jquery.org/license
    *
    */

    /* Globals /
    / Font
    -----------------------------------------------------------------------------------------------------------*/
    html {
    font-size: 100%;
    }
    body,


customer back ground

Posted: Mon Jun 22, 2015 3:59 pm
by Evgene Karachevtsev

Hello Rabih,

Please try to add 'weight' to your css rule by adding code!important/code


customer back ground

Posted: Tue Jun 23, 2015 3:51 pm
by rabih arzouni

Hi , sorry still did not work
Any more ideas please - thanks


customer back ground

Posted: Tue Jun 23, 2015 8:42 pm
by Illya Stepanov

Hi -

It's really hard to say what could be an issue here.

Inspect your background using browser developer tools and check what happens with styles dependencies for this element.