Hi @oblahyo,
Currently, you only can disable it for all. There is no way to disable it on certain post type and pages. We’ll add an option for this in future releases.
However, we can disable it by CSS code. Please leave example URLs where you want to disable the bubble.
Thank you, include this feature in future release would be awesome.
I want to disable it on product pages like this.
https://kida.co/baby-clothing/baby-onesie-bodysuit-travel-sydney-bucket-list-koala-dark/
Thank you @oblahyo,
Please put this CSS code in Top Admin Bar > Customize > Additional CSS textarea:
body.single-product #wpd-bubble-wrapper{display:none!important;}
worked. thank you very much