Change loading gif image for css loader
-
There is a way to change the default loader gif to a CSS loader created by me?
I’ve seen how to change the default gif for another one in this question, but just change the url of the image.
There is a way to change all the default element:
<img class="ajax-loader" src="url-to-gif-image" style="visibility: hidden;">For something like this?:
<span class="loader"></span>The reason why I want to change to a CSS loader is because I’m working in a dark background, so I don’t like how it sees in that kind of backgrounds.
I would love to be applying a filter in the functions or something similar. Thanks!
The topic ‘Change loading gif image for css loader’ is closed to new replies.