This is a newbie question, but I’m really trying to understand how CSS functions with ReactJS.
I’m trying to change the Navbar. I’ve been able to change the color of the navbar to red using .navbar-default in App.css. I was able to change the color of the text in the .navbar-brand. But for the life of me, I cannot figure out how to change the color of the text or the onhover and active background color for the two link items (settings and logout).
Can someone point me in the right direction? Thank you!
@paulfries This is most likely because some other CSS rule is taking precedence over yours. You can check this in Safari’s Web Inspector for example by turning on the “Hover” option for the element you are trying to target and seeing which rule is being applied.