Let Search button have rounded corners in WordPress Plugin
Right now, when editing the button in the Search element, there is no way to make the button have rounded corners, similar to the Button element. Please add the Corner function here too for uniformity.

-
Hi Dennis,
Thank you for reaching out to us.
Unfortunately, the search element doesn't provide an option to give the submit button rounded corners. However, you can achieve this by using a custom CSS. Here's the code:
.brz-btn-submit {
border-radius: 50px !important;
}You may change the border radius value as needed.
Please add this CSS in Appearance -> Customize -> Additional CSS in your dashboard.
Please try this and let me know how it goes.
Best regards,
Ariel H.0 -
Hi, I tried it in Brizy Cloud, but it doesn't work. Is there another option there?
Buttons without rounded corners just look very odd.
Thanks, Birgit
0 -
Hi, just found it!
0
Please sign in to leave a comment.
Comments
3 comments