• Alec Rust

    (@alecrust)


    Can I suggest removing this right double angle quotes from the form Submit plugin. It’s hardcoded in to the page which means it can be difficult to maintain a consistent button styling if other buttons on your site don’t have this character.

    This character can be easily added using the :after selector, I personally believe it’s better to allow the developer to do that or provide an option for it, rather than forcing it in the HTML.

    http://wordpress.org/extend/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Thanks for the suggestion. I took note of it, and we’ll consider it for a future Jetpack update.

    Until the developer implements a fix, here’s some jQuery to reset the value of the submit button.

    $('.contact-submit input[type="submit"]').attr('value', 'Submit');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove right double angle quotes from Jetpack Submit button’ is closed to new replies.