Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
What does this have to do with WordPress?
This was posted under the topic “Themes and Templates
– XHTML and CSS”, so seems like a relevant question, otherwise remove the letters CSS from the topic title.
Can you post a link to a page where this is?
This seems to work in a generic contex:
input:hover {
color:yellow;
}
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
I’ve moved this to the Miscellaneous because of no reference to WordPress.
That’s CSS. You can always just create a sample .html page with that code and test it in a browser to see if it works.