How can this be done? I think jGrowl is using U+2716 (the "heavy X" Unicode character) for its X closer but I don't see Unicode characters anywhere in the source.

Ideally, I'd like to use U+24E7 (a "circled x" character) instead.

Comments

Anonymous’s picture

line 140 of the .js (the full uncompressed version)..

var notification = $('<div class="jGrowl-notification"><div class="close">&times;</div><div class="header">' + o.header + '</div><div class="message">' + message + '</div></div>')

sucks that this isnt completely themable right now but im sure we can make it more themable in the future.

asak’s picture

So.. what should i change in that line in order to change the X ?

Seems that '×' is the closing thingy... but i don't know what that is :)

Anonymous’s picture

change the '&times;' to what you want.

Anonymous’s picture

Status: Active » Closed (works as designed)

changing status.