Site logo

Archived topic

Search Bar customizing

3 replies · Started by Jusung on September 9, 2022

Viewing posts 1–4 of 4

Hello.
When you see the search bar on the right sidebar and click the box, you can see the border of text box.
Could you help me to remove the border of text box when it is clicked?

Thank you!

Hi there,

try adding this CSS:

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

Thank you!

It works well!

Glad to hear that

This archived topic is closed to new replies.