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!!

2 Likes

Hi @Chris_Gersbeck

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

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

1 Like

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


grafik

1 Like

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


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

That did it - thank you so much!!!

3 Likes

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: