• Hey everyone, or should I say hey Amit (you’ve been great help!!!)

    I’m trying to get the Quick View disabled on mobile only, is that possible?

    When I open quick view on mobile my stick menu blocks the ”close” button, is there a way I could fix this or is the only way to disable quick view on mobile?

    Thanks 🙂

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

Viewing 1 replies (of 1 total)
  • Hello,

    Try adding the below code to the Customize > Custom CSS section to fix it –

    @media only screen and (max-width: 520px) {
    .owp-quick-view {
        display: none;
    }
    }
Viewing 1 replies (of 1 total)

The topic ‘Is there a way to disable Quick View on mobile only?’ is closed to new replies.