Working on search widget css this evening. Thinking the h3 title 'Search' was redundant, I added the following to my child theme css to eliminate it:
li#search h3 {display:none;} That worked.
Now I'm trying to change the color of the button in the hover state. The following css doesn't work: li#searchsubmit a:hover {color:#FF6666;} Any ideas?