Changing background color of Ionic ion-item in CSS

前端 未结 10 1757

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

10条回答
  •  执念已碎
    2020-12-29 23:27

    In Ionic3, below css will do the trick.

    .item-ios {
    background-color: transparent !important;
    }
    

提交回复
热议问题