Conversation
supportThat badge is not clickable! On mobile, it completely makes the product image not clickable! Please bring an update, make the badge clickable, and take users to the product page. Also, how to achieve like this design? https://www.awesomescreenshot.com/image/58478670?key=b27ade2e8cf9f8627de14e0488b47a32 The page I need help with: [ log in to see the link]
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.
Thanks for the reply.
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.
Thanks for the reply.