Site logo

Archived topic

Search box customization

6 replies · Started by Manuela on February 12, 2021

Viewing posts 1–7 of 7

Hello,

I have a search button on the button of my homepage. Could you please help me round the edges of the search box?

Thank you,

- I meant to say I have a search box on the bottom of my page :-)

Hi there,

try this CSS:

.wp-block-search .wp-block-search__input {
  border-radius: 50px;
  background-color: #fff;
}

Hey David,

Thank you very much!

You're very welcome

Hi David,

I'm also looking to customize the search box on my homepage (using the 'search' block in the WP editor). Can you share examples of CSS I could play with? Specifically, I'm looking to customize the outline color, round the corners of the search box (if possible), color and size of the text inside the box, color of the search button, color of the text on the button.

Thanks for your help.

Andrew

This archived topic is closed to new replies.