Viewing 1 replies (of 1 total)
  • 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; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Disactivate plugin in Mobile Mode’ is closed to new replies.