Archived topic
Delete border and background on search field
3 replies · Started by jmarc on February 28, 2023
Viewing posts 1–4 of 4
Hello
Let's have a look at the picture in private and please tell me how to manage that pb to get a clean field without border and grey background.
I can't find a solution by myseylf :(
Thank you
Marc
Found it !
If this can help, here's how I did :
form input:focus {
border: none;
outline:none;
background-color: #ffffff!important;
}
Marc
Glad to hear you found the answer! And thanks for sharing
My pleasure ! Thank you David (The Président !)
This archived topic is closed to new replies.