CSS body background-image not showing

@tommysollen, if you apply a background image to the .pane element, then, all of your views would have that background. It’ll be a better approach to add a class to your <ion-view class="custom"> and then style the .custom.pane element with a background image.

1 Like