Viewing 1 replies (of 1 total)
  • just add a style above your form, put a class on it and put border:0 !important;

    example

    <style type="text/css">
    .button_css{
    border:0 !important;
    }
    </style>

    <input class=”button_css” …

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Email newsletter] Change Submit to Image’ is closed to new replies.