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
[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
.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
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