• I need to remove the hover effect in the search form and other input forms. I would like the color to stay the same instead of changing when I click in it.

    I have this code but cant figure out how to disable the hover or change the background.

    #search input:hover {
    ext-shadow: none;
    }

    Thanks

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Remove search and form hover effect’ is closed to new replies.