Site logo

Archived topic

Change style of search box from straight corners to rounded.

5 replies · Started by Susan on August 15, 2022

Viewing posts 1–6 of 6

Hi
I have a search box in my header. Is there any css to give it round corners?
Thanks.

Can you link us to your site?

Hi

I will put log in details below

Try this CSS:

.top-bar form.wp-block-search .wp-block-search__inside-wrapper  {
    border-radius: 10px;
}

Thanks. It worked.

No problem :)

This archived topic is closed to new replies.