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
Simply, use colors in variables.scss file (you can also define new colors) like that
variables.scss
$colors: ( primary: #f9961e, secondary: #882e2e, danger: #f84e4e, light: #f4f4f4, dark: #222, newColor: #000000, );
and in your html file:
Test