Replace submit button text with Font Awesome icon
-
Does anyone know if it is possible to replace the text on the submit button with a Font Awesome icon? I’ve tried inserting the following font awesome code:
<i class=”fa fa-mail-forward”></i>into the submit tag in the Edit Contact Form screen as follows:
[submit <i class=”fa fa-mail-forward”></i> “”]
[submit “<i class=”fa fa-mail-forward”></i>”]
[submit <i class=”fa fa-mail-forward”></i>]…but nothing works.
I’ve also figured out how to perform some basic styling of the form (colors, fonts, positioning, etc.) using CSS, but can’t figure out how to replace the text with the icon. My skill level in CSS and HTML in “beginner”.
What am I doing wrong?
Thanks!
The topic ‘Replace submit button text with Font Awesome icon’ is closed to new replies.