nice-react-ticker
nice-react-ticker copied to clipboard
Changing the colour of the ticker texts
Hi - I'm trying to change the positive number from green to blue. I've been able to get the text to change colour using a partial css selector overide. But I cant get the chevron to change colour as its loaded as an img. Is there a way to over ride this?
This is what I used for the text - attach ovrd class to the react omponent
.ovrd div[class^='styles_tickerChangePositive'] { color: #2185d0; }