Can't Edit Font Size Using Formidable

Hi -

Formidable has an option where you can add HTML text into the form to allow for some customization. In adding text to this form for a client using HTML, I noticed changes were not happening. I tried to add come CSS to override, but it did nothing.

I want to be able to increase the font size under the ‘Address’ heading to match the font size on the rest of form:

https://i9d.590.myftpupload.com/#application

Any help is appreciated!

Hey @scottdforeman,

Thanks for reaching out!

You can try to use this in your Global CSS and see if this works.

 .frm_html_container p {
    font-size: 20px;
}

Just change the value to your desired output. Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.