Abbas Manning

Results 5 comments of Abbas Manning

I'm getting the same problem, there's no typo everything is correct

I usually use [Font Awesome](https://fontawesome.com/) icons with them you can change the color normally, but there is another way to change the color, `ion-icon{ filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(100deg) brightness(100%)...

This here is what you need. [CSS filter generater](https://codepen.io/sosuke/full/Pjoqqp). You paste the hex code for the colour you want then when you press [Compute filters](url) the filter code will come...

> > Try this: > > ``` > > [ionicons] Deprecated script, please remove: > > To improve performance it is recommended to set the differential scripts in the head...

I have done the onLoad function before with jquery but you will not need to link jquery to your html. ` $(document).ready(function(){ $("#exampleModal").modal("show"); });` Sorry i can't explain how it...