See snapshot attachment #3
1) Enlarge Category font size - RESOLVED
2) Enlarge Content question font size - RESOLVED
3) Reduce question height and padding after heading. - I still can not find where to change this
Approx line 60 in : faq_index.html
================
{else}{foreach from=$questions item='q'}<!-- would like to reduce the font size of the Label shown in White Question Box --> <div class="faq_filterable" style="overflow: auto;"> {capture assign='boxClass'}{if !$expand}ow_faq_collapsed{/if}{/capture} {capture assign='question'}<div id="q-{$q->id}" class="ow_faq_question"> {text key="ocsfaq+question_`$q->id`"}</div>{/capture} <div class="ow_faq_answer ow_small"> {block_decorator name='box' addClass=$boxClass iconClass="ow_ic_info" label=$question} <div class="clearfix">{text key="ocsfaq+answer_`$q->id`"}</div> {/block_decorator} </div> </div>{/foreach}{/if}
================
Thanks,