• Hi

    You need to disable the plugin on the mobile version, what code should be written in the child theme functions.php file ?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,
    we hope you’re doing well!

    Unfortunately, we do not have a php code that allows that, we are sorry. However, perhaps some visual elements can be hidden via CSS. If you want this, could you share the link to your site?

    We will be attentive to any news.

    Best regards.

    Thread Starter importlamp

    (@importlamp)

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    In order to achieve what you need, add this CSS in Appearance > Customize > Additional CSS:

    @media only screen and (max-width: 768px) {
      .header-items .wishlist-column, div.yith-wcwl-add-to-wishlist {
        display: none !important;
      }
    }

    Could you check it and tell us if it works well for you, please?

    We will be attentive to your response.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mobile version’ is closed to new replies.