Hello Apperians, i have a problem setting a custom background.i have followed the tutorial here ( https://devcenter.appery.io/documenta... ) the custom background picture works perfect if i store it on a remote server and then use the url.but if i upload it to my media manager and then use this code below at the very start of my custom theme;
body .ui-content
{
background-image: url("images/backgroundimage.jpg");
}
it won't work. someone please help me