[SOLVED] How to change the color of this symbol '>'.

XanMag
22 Jul 2016, 13:37

This has been asked, but I am not sure if it has been answered. OurJud suffered with this long ago, but I could not find the thread to see if it had been answered. So, sorry, in advance, if I missed it.

I've changed the background black and the font to 'DarkGreen'. The '>' symbol remains black and cannot be seen. Typically not a big deal, but if the player clicks off the parser box and then tries to type, nothing shows up. They can click in the bottom area close to the parser box and the '|' will flash and typing can resume.

My question: Can I change the '>' symbol to 'DarkGreen' so that it is always visible. If so, how?

Thanks again!

XanMag


The Pixie
22 Jul 2016, 15:43

Look here:
http://textadventures.co.uk/forum/quest/topic/4760/classic-look-text-adventure-and-customisation#31352

And this might do it:

JS.eval ("$('#txtCommandDiv').css('color', 'DarkGreen')")

XanMag
22 Jul 2016, 16:12

Perfect! Thanks, Pixie!