Answered
Remove design pointer box
Is there a way to remove the box that appears when you select a design?, as you can see in the image it hides part of the product.
Thanks
Yeray
Is there a way to remove the box that appears when you select a design?, as you can see in the image it hides part of the product.
Thanks
Yeray
Sorry about the late reply. You can get rid of it with this bit of custom CSS:
.fpd-thumbnail-preview{display: none !important;}