Search code examples
ionic2background-colorionic3

Changing ion-content's background color


How can I change the background color of an ion-content in ionic 2?


Solution

  • In your app.scss add :

    .bg-style {
        background: red;
    }
    

    and apply style to content as in your component Html file :

    <ion-content class="bg-style">