I'm having trouble with a new form where there are about 5-6 Custom Html text boxes. The fonts will not stay all the same. When I go in to tweak some words, often the end result will be that some of the fonts have randomly changed. Rather than having to rebuild whole html fields in order to reset the fonts, I have been exploring CSS to force them all to look the same, but have not been successful.
With help from some others, on another post https://answers.laserfiche.com/questions/153896/How-to-add-a-nontheme-font-across-a-whole-form#154089 I have tried adding a CSS class to the fields and using this:
, but this has not worked. I have tried out some javascript, as well, however, I am not familiar enough with javascript creation to come up with the right coding to make that work. Can anyone help me? The two fields I'm testing with are #q29 and #q47, but there are at least 3 other fields involved in this one form.