Remove bottom border from <ion-item> in Ionic 4

This is the only thing that worked, thanks!

<ion-item lines="none">
   YOUR_HTML
</ion-items>

IONIC 4.0

<ion-item lines="none"> works perfectly. Thanks a lot.

1 Like

Thanks this works for me… Wonderful.

This worked for me! Thank you :grin: