How do I hide the timer from the bar?



The timer can be omitted from the bar with a bit of custom code.


If the second message field is empty:


Copy this code:



<style>#epb-flip-clock{display: none !important;}</style> <script>document.getElementById("epb-flip-clock").nextSibling.style.display = "none"</script>

And paste it into the custom code section like so:


Screenshot 2024-01-03 at 1.01.14 PM.png


Save and test.




If the second field is NOT empty, copy this code:


<style>#epb-flip-clock{display: none !important;}</style>


And paste it into the custom code section like so:


Screenshot 2024-01-03 at 1.01.14 PM.jpg


Save and test.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us