• Resolved jojoma1

    (@jojoma1)


    Hello,

    I really like your form plugin. I was wondering if it’s possible to change the Submit button to an image?

    Thanks a lot

Viewing 1 replies (of 1 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @jojoma1,

    Thanks for your inquiry.

    Yes, you’ll just need to add a small CSS code. Please enter Appearance > Customize > Additional CSS section and add the below code there:

    .fm-form-container .fm-form .button-submit {
        background: url(https://www.freepngimg.com/thumb/submit_button/25387-5-submit-button-clipart-thumb.png)
    https://www.freepngimg.com/thumb/submit_button/25387-5-submit-button-clipart-thumb.png
    );
        background-size: 100%;
        background-position: 0;
        background-repeat: no-repeat;
        color: transparent;
    }

    Here instead of https://www.freepngimg.com/thumb/submit_button/25387-5-submit-button-clipart-thumb.png should be your desired image URL.

    You can also change background size and position values for better results.

Viewing 1 replies (of 1 total)
  • The topic ‘Replace Submit button with image?’ is closed to new replies.