Reply To: Elements Countdown

#10045336
Support
Keymaster

Hello, sorry but I could not understand the question very well, you can add elements after the countdown like this:

<div class="row">
	<div class="col text-center">
		<div class="countdown" data-plugin-countdown data-plugin-options="{'textDay': 'DAYS', 'textHour': 'HRS', 'textMin': 'MIN', 'textSec': 'SEC', 'date': '2025/01/01 12:00:00', 'numberClass': 'font-weight-extra-bold'}"></div>
		Button Here...
	</div>
</div>

Not sure if it’s what you want.