I have added the following code style=\"background-color: #C2A5A5 !important. But that has not worked for me. how can I add background color to ion-item?Thank
style=\"background-color: #C2A5A5 !important
In Ionic3, below css will do the trick.
.item-ios { background-color: transparent !important; }