1

I am trying to locate the default ajax loader gif image in the skin directory. Can't find. How can I replace the default existing magento ajax loading gif?

1

1 Answer 1

1

The easiest way to override magento ajax loading gif universally will be to place an image of the same name in your custom theme directory called /images/opc-ajax-loader.gif

So, for example:

/skin/frontend/mypackage/mytheme/images/opc-ajax-loader.gif

Not the answer you're looking for? Browse other questions tagged or ask your own question.