Viewing 3 replies - 1 through 3 (of 3 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;
    }
    }

    Hello Mohsin Alam,

    Please accept my apologies for the delay in responding, and thank you for your suggestion.

    If the shared code works for your current needs, please feel free to continue using it. Our team will review the code and consider incorporating it into our future updates.

    Thread Starter Mohsin Alam

    (@mohsinworld)

    Thanks for the reply.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.