Hello @superserge,
Thank you for your feedback.
Regarding your issue, it seems this issue is related to the lazy load option on your website. For troubleshooting, please do the following steps and let me know the results:
1- Head over to WP Dashboard > Plugin.
2- Deactivate all plugins.
3- Then, first activate the Ocean Extra plugin.
4- Check your issue.
5- Then, activate your plugins one by one
6- After activation of any plugins, check your issue
Note: if you have any cache plugin or server cache(CDN / WP Rocket / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes.
However, if the above steps didn’t help you to find the reason, you can use the CSS below to fix that issue. Please put the CSS below in Customizing > Custom CSS/JS > CSS Code:
.woocommerce div.product div.images, .woocommerce.content-full-width div.product div.images {
opacity: 1 !important;
}
Best Regards