How to Change 404 GIF Animations?
If you wonder how to replace the funny .gif animations from the 404 page, you’re in the right place.
All you have to do is go to Appearance → Customize → Theme Options → Custom JavaScript (footer), paste the following snippet, and replace the .gif links with yours.
Js
gifImages = [
"http://media.giphy.com/media/1zSiX3p2XEZpe/giphy.gif",
"http://i.imgur.com/8ZYNp.gif",
]
NOTE: Don’t forget to add a comma after every link.
Updated on September 9, 2021