Hello, I have tried everything to get different font size for the two various lines of code, I am wondering if there is a way to style each line of code to have a different text size output??
I would like this code to have like a large font size.
<?php foreach($lists->artcount as $key => $value): ?>
and this code to have a smaller font size.
<?php echo trim($params->get('beforeText')); ?> <?php echo $value; ?>
Is this possible??? I would appreciate any help that can be given