• Hi,

    How do I make round corners on the submit button?

    Basically I just want the submit button to look like the button content block – if that is not possible, then the next best would be to “just” have round corners.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @tobiashyldeborg,

    You can achieve this adding a CSS rule in your Dashboard > Appearance > Customize > Additional CSS, don’t forget to click on Publish button:

    input.wpcf7-submit {
        border-radius: 30px;
    }

    Best regards,
    Yordan.

Viewing 1 replies (of 1 total)

The topic ‘Round corners on submit button’ is closed to new replies.