Hit Enter to Search
Hi,
To solve this problem, please go to the file theme-xxx.css that you are using, for example theme-blue.css, find with the key .zoomContainer, and add the code display: none !important; to right after: z-index: 1;
.zoomContainer
display: none !important;
z-index: 1;
Thanks you,