I’m trying to get the background of my menu bar elements to change background colour on hover (to show what the user will click on), but even following all the online tutorials, I cannot get it to work.
You did it just right on “News” adding a background colour on hover state! I’ve noticed you are using different classes for every link in your navigation. You could either apply one class to all links (I’d recommend that) or you have to add the background colour on hover for each link seperately.
How strange, when I was testing it before in preview mode the change absolutely refused to show up, but now it works. Thanks anyway for pointing it out!
And thanks for your comments on the classes. Would it be a better idea just to have them all be the same class, or should I do combined classes (I’m guessing the former)?
It would be better to use the same class for all of them, as you’d want to style them all the same. If you want to have a special style addition on only one or two of them, use a combo class on those.