Thank you so much for your kind words! I’m thrilled that the plugin helped you solve the WooCommerce variation image gallery and swatches issue—nothing makes me happier than hearing that it’s making a difference in your projects. Your comment really made my day!
Regarding your question about changing the sviLigthgallery
icon to the standard magnifying glass for better UX, here’s a quick solution you can add to your theme’s Additional CSS section:
css
Copiar código
/* Replace the sviLigthgallery icon with a magnifying glass */ span.sviLigthgallery { background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 24 24%22 fill%3D%22none%22 stroke%3D%22currentColor%22 stroke-width%3D%222%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 class%3D%22feather feather-search%22%3E%3Ccircle cx%3D%2211%22 cy%3D%2211%22 r%3D%228%22%3E%3C/circle%3E%3Cline x1%3D%2221%22 y1%3D%2221%22 x2%3D%2216.65%22 y2%3D%2216.65%22%3E%3C/line%3E%3C/svg%3E') !important; background-position: center !important; background-size: contain !important; background-repeat: no-repeat !important; height: 20px !important; width: 20px !important; cursor: pointer !important; }
This will replace the current box with a magnifying glass icon to improve user experience. Let me know if you need further help with anything else, and thanks again for your support!
Keep rocking your web design journey!
Best regards,
David