Skip to content
Advertisement

override :host css in ionic framework

how can i override :host css

JavaScript

}

PS. this css is on ion-content

I’d appreciate any help.

Advertisement

Answer

You don’t have to change the :host CSS to change the background of ion-content. You can add this to your CSS

JavaScript

But if you really want to change :host CSS, then you can add this in your global CSS file.

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement