How do I remove a border on an Ion-Toolbar?
Use this to remove the shadow:
ion-header {
&.header-md:after {
background: none;
}
}
In case any one is looking for Ionic 5 solution, do this:
<ion-header class="ion-no-border">
</ion-header>
It removes border and shadow.
Hi this might help someone
<ion-header no-border >
</ion-header>
this remove the line in ionic4