Thanks for the video! With sound would have been even nicer (and easier to follow)
As I said, you added the background color to the ID in the normal state - which always has more weight than a class.
Hiya, I’m wondering how to make this on my website. I understand the class aspect and setting the attributes in the CSS. However, I’m not sure how to get the background colour of an element to change when hovering over. Is it via the Interactions bit?
And is it using Attributes, or something else? It’s at this bit that I get lost.
this is all done using “hover” pseudo-class, using the UI. You basically just click on the element you want to change on hover (or select a class, if you want to add :hover to class), then you click on the pseudo-class selector, and select a :hover, then change the colors and styling, and they will be applied on a hover.
If you want a bit more info on this, feel free to record a video where you got stuck and I’ll explain more