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