• Resolved Philipp

    (@vonschulthess)


    Hi

    We use this plugin and have a problem with the font in the forms. By default, it selects the font of the theme in the fields of the form. The font is ROBOTO and it uses only capital letters.

    We like to use in the form the second font of the theme, which is OpenSans (with small and capital letters).

    How can we change the font in the fields of the form?

    Please see these print screens:
    – page 1: shows the form with an example of capital letters (PETER)
    – page 2: the form in the back end
    – page 3: where maybe codes need to be saved to switch the font
    (or maybe the code to select another font needs to be saved in the CSS editor of the theme?)

    Here the document: https://docdro.id/rZsJIzu

    Thank you for your support

    Regards,
    Philipp

Viewing 1 replies (of 1 total)
  • Plugin Author PlanSo

    (@planso)

    Please add the following to your css in order for the font to be changed:

    .planso-form-builder input,.planso-form-builder textarea,.planso-form-builder select{
    text-transform: none;
    font-family:"Open Sans", sans-serif;
    }

    Cheers

Viewing 1 replies (of 1 total)
  • The topic ‘change font in form’ is closed to new replies.