I searched every topic related count down but could not find a solution I need to add count down timer before the Close button gets visible. Here is the code i have and need the Close text / button to be visible after a timer of 10 seconds is finished while count down goes a text Please Wait for x seconds to show.
Please help me add a timer count down before close button shows to visitors.
<div align="center" id="sticky_bar">
<div id="sticky_bar_logo">
<div style="padding-left:5%;width:50%;float:left;text-align:left;">
<a href="#%site_url%#/" target="_blank" style="text-decoration:none; color:#FFFFFF;">#%site_title%#</a>
</div>
<div style="padding-right:5%;width:35%;float:right;text-align:right;">
<a href="#" onclick="document.getElementById('sticky_bar').style.display='none';" style="color:#FFFFFF;text-decoration:none; ">CLOSE</a>
</div>
</div>
<div id="sticky_bar_ad">#%ad1%#</div>
</div>