Quote:
Originally Posted by TitanJeff
Any way to remove the "My Countdown" text along with the block around the countdown?
|
Sure change your usercountdown_display from
Code:
<fieldset class="fieldset">
<legend>$vbphrase[countdown_title]</legend>
<strong>$vbphrase[countdown_counting_down_to]:</strong> $event <br />
<em>$counter</em>
</fieldset>
to
Code:
<br>:<strong>$vbphrase[countdown_counting_down_to]:</strong> $event <br />
<em>$counter</em>
:up: