Hi there. How can I change the background’s color of my app? Someone to help me?
-beginner
Hi, @Tartons
try below code in your scss file
page-home {
.content-md{
background-color: #6d0000 !important;
}
}
thanks
Hi @addwebsolution, thanks for your help, but nothing changes.
could you add screenshot of your code where you put ?
help meee please lol, @addwebsolution
Here is the html code
<ion-content padding class="bg-style">
</ion-content>
you have to put this line into your .sass file.
.bg-style {
background:#1d87f3;
}
I hope your problem will fixed.
Thank you.
1 Like