Struggling to apply a background image on my webpage due to JQuery Mobile CSS taking precedence over my own styling. Despite attempting the following solution, it remains unsuccessful.
body {
height: 100%;
background-image: url('ProjectImages/logoLong.png');
background-size: cover;
}
.ui-page {
background: transparent;
}
.ui-content{
background: transparent;
}