Viewing 1 replies (of 1 total)
  • mother.of.code

    (@imazed)

    The Mother of Code

    Give the submit button a CSS class that contains the font family of your choice. You can do this through the ‘Forms’ section of the admin side of the plugin. Just add class="classofyourchoice" to <input type="submit" value="Sign up" />. In your style.css file, add the class and font family like so:

    .classofyourchoice { font-family: 'Special Elite', Arial, Helvetica, sans-serif; }

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Change font of the "sign-up" button’ is closed to new replies.