• Resolved Fenders

    (@katyfendall)


    Can anyone tell me why the submit button on my form has changed size? To really small and the submit wording not visible?
    Thanks
    Katy

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

Viewing 1 replies (of 1 total)
  • Plugin Support Ethan Choi

    (@ethanchoi)

    Hi katyfendall,

    It looks like there might be a style conflict between the form and the site theme. To fix this, we need some custom CSS:

    div.wpforms-container-full .wpforms-form input[type=submit] {
        font-size: 16px;
    }
    

    Please feel free to adjust the font size in the snippet (16px) according to your preference.

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps 🙂

Viewing 1 replies (of 1 total)

The topic ‘Submit button’ is closed to new replies.