Plugin Author
Richard
(@richardmallick)
Hello,
Thank you for contacting us. I hope you’re doing well.
Unfortunately, there isn’t a built-in option to disable the hover image. However, if you let us know which layout you’d like to disable the hover image for, we can try to provide custom CSS for you. Sharing the URL of the page would also help us write the code more accurately.
Best regards,
Richard
Hi Richard,
The theme is : Flatsome
Here’s the url: https://mowbiwholesale.com
Scroll way down to the “OUR LATEST PRINTS” section, you’ll see the rollover.
Thanks!
Bill
Plugin Author
Richard
(@richardmallick)
Hello Bill,
Thank you for providing the details. I’ve shared the information with our developer, and he will write some custom CSS code for you. I’ll keep you updated on the progress.
Thank you,
Best regards,
Richard
Hi Richard,
Thanks – I appreciate it!
Bill
Plugin Author
Richard
(@richardmallick)
Hello Bill,
We’re unable to inspect your website directly, but it seems you are using the General Layouts of the plugin. Based on that, we’ve written a custom CSS code for you. It should work as expected if you are indeed using the General Layouts.
Please add the following CSS code to your website. You can add it either in your child theme’s CSS file or through the WordPress Customizer by navigating to Appearance → Customize → Additional CSS.
.wpte-general-layout-row:hover .wpte-general-layout-product-hover-image,
.wpte-general-layout-row .wpte-general-layout-product-gallery-thumb{
display: block !important;
}
.wpte-general-layout-row:hover .wpte-general-layout-product-hover-g-image,
.wpte-general-layout-row .wpte-general-layout-product-hover-g-image{
display: none !important;
}
Thank you,
Best regards,
Richard