Question
Controlling the font size of form field names
How can I control the size and weight of the font in my forms? I can see from the HTML source that there is a stylesheet being pulled in, which must contain the style for the font in the forms, but I cannot find it:
<link rel="stylesheet" type="text/css" media="screen" href="/css/mktLPSupport.css" /> Is that css editable? Thanks