Which code can I use to style the search button? I’m using Elementor, and the button’s styling is currently controlled by Elementor.
2 Likes
Welcome to the Community, @Berry_Uffels
Could you please send me a link to the page, where your widget is installed and specify what should be changed in the button’s style?
1 Like
Hello,
https://testsite-berali.nl/qwestion/dealers-nl/
The button is much too big; I would like it to be the same height as the text field next to it.
Berry
2 Likes
Hi there, @Berry_Uffels
We’ve fixed the issue by adding this code to the Custom CSS field on the Style tab of your widget’s settings:
[class*="ButtonBase__ButtonContainer-sc"] {
padding: 0 !important;
}
Check it out and let me know if everything is fine now
1 Like