How to change preloader image in Zelle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
If you wanna change pre-loader image, the image which appears when your homepage loads, then you can add the following CSS to your WordPress using Advanced CSS Editor plugin:
.status { background-image: url('images/loading.gif') !important; }
Don't forget to replace the link to the image with the link to your custom image.