Coming Soon Plugin - Template 13 Play Button

I’ve got the Coming Soon plugin installed, and I’m using template 13 (visible at http://www.mandikaye.com). However, there is a play button at the bottom of the page that doesn’t do anything, and I can’t figure out how to edit it. I can neither remove it nor attach an audio file to it.

Is there something obvious I’m missing?

hi there

You can use this CSS code to remove that buttons:

.how-btn-play1 {
display: none !important;
}