Hi Diane,
I think the easiest way is to add some line like this to your theme at the end of your header.php file:
<?php if (wp_is_mobile()) : ?>
<style>.really_simple_share { display:none; }</style>
<?php endif; ?>
Hi Diane,
I think the easiest way is to add some line like this to your theme at the end of your header.php file:
<?php if (wp_is_mobile()) : ?>
<style>.really_simple_share { display:none; }</style>
<?php endif; ?>