Skip to content

Tag: reactjs

How to change text color in React?

I have tried everything possible(inline, another CSS file you name it) but nothing seems to work. I am trying to make a Navbar using React bootstrap. This one: https://react-bootstrap.github.io/components/navbar/ Here’s my code: I want to change it’s color from default to white. Answer Instead of …