Glad to help. When you say “it”, what exactly are you referring to?
Do you have a link to the form so I can take a look? Most likely it’s something your theme is doing, as the plugin does not include any Courier font anywhere whatsoever.
Yeah you can see it here. I did try deactivating all the plugins but it had no affect. Thanks.
It looks like something is wrapping the form with a code tag, but that’s okay with CSS you can override the code styles by adding the following style to your theme:
#user-submitted-posts .mm-code #usp_form, #user-submitted-posts #usp_form {
font-family: Helvetica, sans-serif;
}
You can change the font-family to whatever you prefer.
Thank you so much! This worked.
How can I define a different font for the Visual editor? I use Theme twentyeleven. I have a child theme. I have some information which I would like to aline w/o using a table but using a font like courier which uses equal spacing for each letter. The only choices in the visual editor are: Paragraph and Heading 1,2,3,4,5,6. All but Heading 3 look the same to me.
thanks, Helen
Hi hmabpera, it may be possible but is not something that the plugin can do. I would ask your theme developer how to add a custom stylesheet for the visual editor. It’s a fairly common feature that many themes already have built right in.