Hi @jchrusty,
Complianz applies certain CSS rules to the Legal Documents. You can disable this document CSS entirely, if so desired, under Complianz > Settings > Use Document CSS by Complianz.
But that would disable all document CSS from Complianz, and in your case it might suffice to simply add a few extra CSS rules to set these elements to the desired font-size and line-height.
You could apply your styles with the CSS classes as noted below:
/* titles in Complianz documents */
#cmplz-document h2 {}
/* subtitles */
#cmplz-document .subtitle {}
/* text */
#cmplz-document, #cmplz-document p, #cmplz-document span, #cmplz-document li {}
Please also refer to https://complianz.io/css-classes-overview/ for a full overview of available classes.
Let me know if I can help with this.
Kind regards,
Jarno
-
This reply was modified 3 years, 2 months ago by
jarnovos.