Viewing 13 replies - 1 through 13 (of 13 total)
  • Hi Pookino please read the following Support Thread.

    Thank you

    Thread Starter Pookino

    (@pookino)

    Thank you, that worked, but I still haven’t been able to change the font for:
    ‘*indicates required field’

    Hi Pookino what other settings have you tried in the backend of the plugin?

    Kind regards

    Thread Starter Pookino

    (@pookino)

    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’.

    Hi can you share your URL with the form.

    Thank you

    Thread Starter Pookino

    (@pookino)

    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.

    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

    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

    (@pookino)

    I’m trying to make the words ‘* indicates required field ‘ the same font as the rest of the page.

    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

    (@pookino)

    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.

    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

    (@pookino)

    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.