Viewing 1 replies (of 1 total)
  • Thread Starter Mohsin Alam

    (@mohsinworld)

    ChatGPT suggested me this CSS to fix:

    /* Make Acowebs product badge ignore clicks/taps */
    .acoplw-badge,
    .acoplw-badge * {
    pointer-events: none;
    }
    @media (max-width: 768px) {
    .acoplw-badge,
    .acoplw-badge * {
    pointer-events: none;
    }
    }

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.