Hi there!
Thanks for your query.
There is no default way to do that. But you can try the following steps.
Please add a css class name in your image overlay addon as follows:
https://prnt.sc/25gwcoh
Here is the sample code you need to use in your custom CSS:
.sppb-addon-overlay-image.test:hover .overlay-background-image {
background-image: url(localhost/helixultimate_quickstart_j3_v1.1.1new/images/2021/05/31/home2.jpg)!important;
}
Please use your own image url in the above code. And the 'test' within the code represents the CSS class of your Image Overlay addon.
https://prnt.sc/25gxsxn
Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.
Hope this helps!
Best Regards