Add next code to theme option – general – footer js
<script>
jQuery(document).ready(function($) {
$('body:not(.logged-in) .wpsm-button-new-compare').each(function(index){
$(this).addClass('act-rehub-login-popup');
});
});
</script>
Add next code to theme option – general – custom css
body:not(.logged-in) .re-compare-icon-fixed, body:not(.logged-in) #re-compare-bar{display:none !important}