How to change preloader image in Zelle

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.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us