• Resolved annamichalska

    (@annamichalska)


    Is it possible to style the submit button (for example, making the text larger and/or a different color)? My WP theme makes the submit the same color as everything else and it doesn’t seem intuitive that it’s a button to hit submit. Alternatively, and more preferably, is it possible to replace the submit button with an image?

    https://ww.wp.xz.cn/plugins/mailchimp-for-wp/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey annamichalska,

    You can add custom CSS to style the button, however, please note custom styling is beyond the scope of our support. If you share a link to your page and let us know what changes you exactly need, I’ll provide you with some CSS code to get started.

    Thread Starter annamichalska

    (@annamichalska)

    Hi Harish,

    Thank you so much for the reply! I would prefer to be able to use an image in place of text for a submit button. If I upload an image (for example: submit.jpg) onto my server, what is the code I need to use to replace the submit button and where to I put this code in?

    Anna

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello Anna,

    To replace the submit with an image, you can replace the submit button’s code with this:

    <input type="image" src="http://mywebsite/submit.gif" alt="Submit" />

    Make sure the URL to your submit image is correct.

    I hope this helps.

    Thread Starter annamichalska

    (@annamichalska)

    This worked perfectly, thank you so much for your help!

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    I’m glad that worked Anna, thanks for letting us know!

    PS. Should you have a quick minute to spare, a plugin review here on ww.wp.xz.cn would make us quite happy. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Styling submit button or replace with image’ is closed to new replies.