hide mobile app download buttons

new mailchimp form for livecarta
This commit is contained in:
g
2020-04-20 12:17:43 +03:00
parent 2323a6724d
commit cdef58c153
3 changed files with 6 additions and 2 deletions

View File

@@ -63,11 +63,13 @@ require_once 'inc/walker-nav-menu.php';
</div>
</div>
</div>
<?php if(0):?>
<div class="app-download">
<div class="title">Download our app</div>
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt=""></a>
</div>
<?php endif;?>
</div>
</footer>