• Resolved stephenboluwatife1

    (@stephenboluwatife1)


    the form setting the name on the mobile is tto big when add the name on the form setting it show b ut i view it on the mobile iit too big how can i reduce it

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @stephenboluwatife1

    If you are referring to the font-size, you can enter a CSS block similar to the following one through the “Customize Form Design” attribute in the “Form Settings” tab:

    @media screen and (max-width:710px){
    #fbuilder .fform h1,
    #fbuilder .fform h2{font-size:16px !important;}
    }

    Best regards.

    Thread Starter stephenboluwatife1

    (@stephenboluwatife1)

    okay thanks it work but in Page break 2 the form name is showing how can i remove it it should only show in page 1 only

    Plugin Author codepeople

    (@codepeople)

    Hello @stephenboluwatife1

    The form name is common for every page in the form. The alternative would be let empty the form name and description, and insert an “HTML Content” or “Instruct. Text” field at the beginning of the first page with the texts.

    Best regards.

    Thread Starter stephenboluwatife1

    (@stephenboluwatife1)

    okay thanks it work but the text in the “Instruct. Text” is very small i want it to be big and bold like the form name

    Plugin Author codepeople

    (@codepeople)

    Hello @stephenboluwatife1

    In this case, you can insert an “HTML Content” field, and the form name with an H2 tag in its content:

    <h2>Form name</h2>

    Best regards.

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

The topic ‘form setting’ is closed to new replies.