Insert the following to make the wordmark glow; you'll need two different versions of the wordmark - plain and glowing:
.WikiHeader .wordmark { background-image: url(http://vignette1.wikia.nocookie.net/joeplayground/images/7/7e/LogoNoGlow.png); transition: background-image 2s; height: 65px; } .WikiHeader .wordmark:hover { background-image: url(http://vignette3.wikia.nocookie.net/joeplayground/images/7/7a/LogoGlow.png); }