I need to change the loading gif/animated image
how to do that please?
http://prntscr.com/alue9p
You can use this css in your wp-admin->appearance->customize->custom css:
#ajaxloader {
border: none;
width: 100%;
height: 100%;
background: url('http://localhost/wplms2/wp-content/uploads/2016/03/af2e834c1e23ab30f1d672579d61c25a_15.png') no-repeat 50% 50%;
background-size:100px;
top:0;
left:0;
}
NOTE: Change the background url to your custom image/icon url. If you want to change the size of the image then change the background size 100px accordingly.
works like a charm
thank you
Thanks for confirming.
So closing the topic.