I edited the quiz_do template and it looks like this:
Code:
<td class='alt2' align='left' width='30%'>
<span class="smallfont">{$Q['q_question']}</span>
</td>
<td class='alt1' align='center' width='70%'>
<span class="smallfont">{$Select}</span>
</td>
For some strange reason, the questions do appear in smallfont correctly, but the answer options is not picking up on the smallfont class. Any reasons why this might be?