I've been struggling to figure out how to change the text colour of ion-item. This is wahat I have so far, i've found how to change the background colour.
<ion-item style="background-color: #82B1FF">
But how do I change the text colour?
CSS style for changing font-color is color
.
So you can add:
color: #fff;
For a white font color, for example.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With