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?

Zoya
  • 282
  • 3
  • 12
  • possible duplicate of [How can I use grep to find a word inside a folder?](http://stackoverflow.com/questions/4121803/how-can-i-use-grep-to-find-a-word-inside-a-folder) – ADM Nov 23 '14 at 11:19

1 Answers1

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
Kao
  • 7,225
  • 9
  • 41
  • 65
Needhi Agrawal
  • 1,326
  • 8
  • 14