Hi, im trying to edit the css file to create an interface for my app. I want to put an image as the background but I cant get it working.
So far I've uploaded the image in the media manager and I have added the following code into a css file.
.Background,MainScreen_mobilecontainer,ui-content,ui-body-b{
background-image:url('cathedral.jpg');
}
Do I have to specify a route for the image?