Create different css classes for labels vs. content
It would be very helpful to have all labels be assigned a class (e.g. gv-label) and entry content assigned another class (e.g. gv-content) so that it would be easier to style both. As of now, the only way to style seems to be to use the <h1,2,3,4, etc> and <p> selectors, but this is not ideal. And, a significant problem (maybe more a bug than a feature request), in the footer there are no formatting elements at all so no selectors to style the label differently from the content -- which makes the label run into the content and so unusable. e.g. "Company Name Acme Corporation" with no way to style "Company Name" to distinguish it as a label.

-
calden commented
Excellent -- thanks very much!
-
Thanks - we'll be tweaking this in the next update based on your feedback!