Material Swap-3D Sphere Removal

Hi!
I’m trying to use the material swap feature and my trigger is a Shapespark sprite. I really need to deactivate or delete the 3D spheres that appear when clicking the button. I would like to implement my own design to select materials.

I’m having trouble removing them through code, I’m assuming they appear on the canvas.

Looking for some help on how I can remove the 3D spheres.

Thanks!

The spheres are rendered in 3D, it is not possible to remove them via HTML or CSS customization.

You could either use Switch object extension instead of the Material picker extension to show objects with replaced materials: https://help.shapespark.com/hc/en-us/articles/4417710664721-How-to-set-up-Switch-object-extension-

Or you could implement your own material picker from scratch based on Replace textures using images or videos from external source section of the Shapespark API doc.