first I'm sorry but the fiddle will not work because the problem is about a code applied on a free forum platform unmanageble file-per-file because it is entirely hosted forumcommunity.net, and for its security, their owners disabled by default MANY JS Features (the most important), the PHP and the "$" for jQuery.
Now, there is a workaround but I'll give you the corrected code:
The problem is with
objs.o.on("click", function() { $(".color").css("font-size", "-="+objs.val); });
It seems to not working because -= seems to not exist but on jQuery docs there's a reference about the use of += and -= in .css function.
I tried this also in Google Chrome js Console.
Any ideas? Thank you.
objsand (by extension)objs.val?