Title: Changing font
Last modified: August 21, 2016

---

# Changing font

 *  Resolved [Pookino](https://wordpress.org/support/users/pookino/)
 * (@pookino)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/)
 * How do you change the font of the form?
    I looked at the faqs, and tried a few
   times myself, but I couldn’t figure it out.
 * [https://wordpress.org/plugins/si-contact-form/](https://wordpress.org/plugins/si-contact-form/)

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115180)
 * Hi Pookino please read the following [Support Thread](http://wordpress.org/support/topic/plugin-fast-secure-contact-form-changing-font-type).
 * Thank you
 *  Thread Starter [Pookino](https://wordpress.org/support/users/pookino/)
 * (@pookino)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115363)
 * Thank you, that worked, but I still haven’t been able to change the font for:
   ‘*
   indicates required field’
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115367)
 * Hi Pookino what other settings have you tried in the backend of the plugin?
 * Kind regards
 *  Thread Starter [Pookino](https://wordpress.org/support/users/pookino/)
 * (@pookino)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115381)
 * I’m using this
    `<p><font face="verdana">Comments or questions are welcome.</
   font></p>` on the basic settings page. In the ‘required field indicator’ in style
   settings I added this: `font-family: Arial, Helvetica, sans-serif;` which is 
   the same code I added to ‘field labels’.
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115382)
 * Hi can you share your URL with the form.
 * Thank you
 *  Thread Starter [Pookino](https://wordpress.org/support/users/pookino/)
 * (@pookino)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115383)
 * [http://www.managementoptions.com.au](http://www.managementoptions.com.au)
 * Is there a way to make a post private? The site is currently password protected
   as it is still under construction.
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115384)
 * Hi thank you for the URL, however I can’t check the form link. If you would like
   me to check the form URL, here is my e-mail mbruiz1967 at gmail dot come.
 * Thank you
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115385)
 * Hi I had a look at one of your contact form and the fonts you mentioned above
   see below for your comment are added to the fields.
 * > In the ‘required field indicator’ in style settings I added this: font-family:
   > Arial, Helvetica, sans-serif;
   >  which is the same code I added to ‘field labels’.
 * What font style are you trying to include?
 * Thank you
 *  Thread Starter [Pookino](https://wordpress.org/support/users/pookino/)
 * (@pookino)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115386)
 * I’m trying to make the words ‘* indicates required field ‘ the same font as the
   rest of the page.
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115387)
 * Can you share with me the font you wish to use on the whole page.
 * Also is this for all the forms in the drop down menu?
 * Thank you
 *  Thread Starter [Pookino](https://wordpress.org/support/users/pookino/)
 * (@pookino)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115390)
 * I want to use the same font I’ve used in the other fields: Arial, Helvetica, 
   sans-serif;
    but I haven’t been able to change the font of that one sentence.
   If you view the page, you should be able to see that ‘* indicates required field’
   is different to everything else on the form.
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115394)
 * Hi Pookino, try adding the following…
 *     ```
       fscf_required1 element.style {
           font-family: Arial,Helvetica,sans-serif;
       }
       ```
   
 * If the above does not work well then add the following instead….
 *     ```
       #fscf_required1 {
           font-family: Arial,Helvetica,sans-serif;
       }
       ```
   
 * The field you mentioned above is using the following id = fscf_required1
 * So what ever change you wish to make, always make sure you use the above id.
 * Let me know if this helps you.
 * Kind regards
 *  Thread Starter [Pookino](https://wordpress.org/support/users/pookino/)
 * (@pookino)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115395)
 * Hi,
    Thank you, that helped. I had to do this:
 *     ```
       #fscf_required1 > span {
           font-family: Arial,Helvetica,sans-serif;
       }
       ```
   
 * and it worked.
    Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Changing font’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/si-contact-form_dde2be.svg)
 * [Fast Secure Contact Form](https://wordpress.org/plugins/si-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/si-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-contact-form/reviews/)

## Tags

 * [font](https://wordpress.org/support/topic-tag/font/)

 * 13 replies
 * 2 participants
 * Last reply from: [Pookino](https://wordpress.org/support/users/pookino/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/changing-font-14/#post-5115395)
 * Status: resolved