• I have a form built with Version 2.7.9 at this link:
    http://hollyhockbichons.com/puppyapplication/

    I tried to change the font by making an adjustment to my style.css as follows:
    h4 {
    font-size: 1.500em; /* = 24px */
    margin-bottom: 1em;
    margin-top: 1em;
    color: #000000;
    font-family:”arial, sans-serif;
    }

    I realize this would be a global change to my entire site if I do it in the style.css file. Unfortunately, it is only taking the color change and not the font-family change.

    Do you see a typo?
    Is there a way to change this ONLY IN THE FORM, and not affect the H4 for the entire site?

The topic ‘Visual Form Builder font change’ is closed to new replies.