Site logo

Archived topic

remove border on search bar when typing.

3 replies · Started by Jusung on September 11, 2022

Viewing posts 1–4 of 4

Hello. at the end on the right side bar, I added a search bar.
There was a border on the text box, so I removed it.

However, when I start typing there, I can see the border of the text box.

Can I remove this?

Hi there,

try changing your CSS to:

.wp-block-search__input, .wp-block-search__input:focus {
    border: 0;
    outline: none;
}

Thank you!

it has been resolved!

Glad to hear that

This archived topic is closed to new replies.