Change border radius

Is there CSS to make the border radius on the search bar just 10px? Just trying to match the corners with the rest of my site. Thanks!!

Hi @Chris_Gersbeck

[class*="SearchBar__Container-sc"]{
  border-radius: 10px;
}

Hmmm… that didn’t change anything. I’m pasting in the Custom CSS section of the elfsight widget. Am I doing it correctly?

Yes. here ist my example.
Do you have any other code in it?


grafik

Ah it’s working if I use the first type of search bar, but not if I use the second option


.global-styles,
[class*="eapps-search"] *,
[class*="Popup__Container-sc"] ,
[class*="FloatingButton__Container-sc"] *{
border-radius:10px;
}

That did it - thank you so much!!!

Hi there, @Chris_Gersbeck :wave:

Happy to see that @Sina already found a solution, that worked for you!

If any further questions come up, feel free to contact us here. We’ll be happy to help :slightly_smiling_face: