background color of ion item ionic 4

How To Remove Background color in Ion-Item | Ionic 4

Table of Contents

By Html

<ion-item color="transparent" lines="none"> </ion-item>

 

By Scss

ion-list {
--ion-background-color: transparent !important;
--ion-border-color: transparent !important;
}

 

You may also like:

  1. medical biller interview questions
  2. slider tab
  3. mobile screen resolution list
  4. html interview questions
  5. Most Common Screen Resolutions In 2020

Leave a Comment

Your email address will not be published. Required fields are marked *

No data found.