Support

Account

Home Forums Add-ons Repeater Field Add a class to the first row Reply To: Add a class to the first row

  • I think I’ve answered my own question. This seems to do the job for me:
    <?php if ( $rows[0] ) : ?>classNameHere<?php endif; ?>