i want to remove the white outline from input box of subscription section to give cleaner look how can i remove this ? image below
input#Email:focus-visible {
outline: 0;
border: 0;
}
Please Like and accept my solution!
input#Email:focus-visible {
outline: 0;
border: 0;
}
Please Like and accept my solution!