Hi cricketworks,
Edit your component/com_digistore/digistore.html.php and find this (Line 1428 aprox.):
echo '<div class="contentheading">'.$msg.'</div>';
Change contentheading for other class or for a new style:
echo '<div style="font-size:14px;">'.$msg.'</div>';
or
echo '<h2>'.$msg.'</h2>';
Save the changes and let me know if it work.
Regards,
Note: I´m sorry for the delay.