I’m a bit confused as to why the navigation bar button changes from black to blue when I click it from a different page - it should stay black the whole time. Here’s a short video that explains what I mean:
It’s blue because it’s in the CURRENT state. An automatic state that activates when you’re on the page for which the link is defined, or the section for which the anchor link is defined. Current states exist for links of a navbar and tabs links of a tab element. Pay attention when you style those elements, so you can properly style the current states.
Does that mean it’s possible to then change it to black? I selected a button on the Nav Bar, but I haven’t been able to get the green ‘Current’ tag to appear. These are the only states I have to choose from:
How did you get the green ‘Current’ tag to appear?