You can find this button in footer.php, there are numerous posts on forums how to show/hide something for logged users
<?php if(osc_is_home_page()) if(!osc_is_web_user_logged_in()) { ?>
<div class="mobile-post-wrap">
<a class="mobile-post isMobile mbBg" href="<?php echo bet_reg_url('register'); ?>"><i class="fa fa-plus-circle"></i><span><?php _e('text-here', 'beta'); ?></span></a>
</div>
<?php } ?>
with this