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!!
[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?
.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 ![]()
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 ![]()


