Skip to main content

Let Search button have rounded corners in WordPress Plugin

Comments

3 comments

  • Ariel H.

    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
  • Birgit Souldance

    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
  • Birgit Souldance

    Hi, just found it!

     
    0

Please sign in to leave a comment.