Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    yes you can use the css with media queries or try to add this code on your functions.php

    if( wp_is_mobile() ){
    add_filter('yith_woocompare_remove_compare_link_by_cat', '__return_true' );
    }

    Regards 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Hide the Compare button on iPad and smaller?’ is closed to new replies.