: Disabling highlighted search box I made a search box using input html tag but while inputting when I click on the search box it is highlighted with blue border. How do I remove it ? Thanks
I made a search box using input html tag but while inputting when I click on the search box it is highlighted with blue border. How do I remove it ?
Thanks
More posts by @Goswami781
1 Comments
Sorted by latest first Latest Oldest Best
Without seeing your code it is hard to give you an exact answer, but it will be something like
textarea:focus, input:focus{
outline: none;
}
But this covers your entire site, so you might want to be more specific using a class or ID if you only want to alter that specific field.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.