Customize formatting
CFH supports 4 formats: Bold, Italic, Underlined and Yellow background.
In HTML these formats are represented like:
<b class="cross-field-highlighter">Bold</b>
<i class="cross-field-highlighter">Italic</i>
<u class="cross-field-highlighter">Underlined</u>
<mark class="cross-field-highlighter">Yellow Background</mark>
User can customize these formats using CSS styles in card template.
Example of CSS style:
.cross-field-highlighter {
color: DarkSlateGray;
background-color: LightGray;
font-size: 1.5em;
font-family: sans-serif;
}
This style on screenshot:
If you have more questions, please ask them in this thread.