Hover select background colour

How do I change the background colour when you hover over a selection?

You can’t normally; you would have to do a custom script for that.

Like through modifying style.css? That’s how I got it to look how it does now, but I can’t seem to find anything that changes the hover background colour.

https://www.w3schools.com/cssref/sel_hover.asp

2 Likes

Hilariously that just does this:

Or this:

Here’s a suggestion to make quick changes to see what happens when you mess with the code without actually changing anything:

Try opening your game on chrome and click on “Inspect”

Then click on “Sources”.

Find the style1.css file

Chrome will have all the different colors for each element in a neat list and let you change the color on the fly. All the changes you make are just for that tab and go away when you refresh :slight_smile:

Here’s a screenshot w/ your game so you can see what I mean.

edit: I don’t know if you’re still having trouble with the hover color still but I found the part that effects it:

Hover Color

Screenshot for console

4 Likes