Font Colours?

2,790
Canada
Vancouver, BC
liampage123
Where did the font colours go? I loved using them and made it easier to identify certain users. Like @Famine his colour was indigo.

I don't see the option to change the colour, is it gone?
 
The code is still available; it's just not in the text editor options, so you'll have to type it manually now.
 
Technically, no, it can still be done.

Just not by clicking on a color dropdown like you could before. You have to know the BB Code for it. :)

New anti-tree software and I still get tree'd!!! :lol:
 
It appears we can't use them in Signatures though, plus everytime I go to edit my sig it looses some of the BB codes such as size.
 
Yeah, you only need the hex value. Thankfully, you need not do 6 digits. Having 6 just makes pinpoints a specific shade of whatever hue it is. Because it is only being used to pretty up your posts, you can make do with just 3 digits as it'll look close enough to what you want while typing out less.

If you're unfamiliar with hex digit, you're creating the colour with a combination of basic colours (red, green, blue). If you've ever messed around in a colour palette such as MS paint, you'll get this really quick. Value starts at 0, goes to 9, then A all the way to F in alphabetical order. 0 being black or "0% of that hue", F being white... Or "100% of that hue". Quick examples, #F00 is red, #0F0 is green, #00F is blue, #FF0 is yellow, #F0F is magenta, etc.. The format is literally the same as you see in "RGB". Mess around with editing an old post to find a colour you like.


@Custom878, a dark red would be something like #500. You can change that 5 to a larger digit if you want the red to be brighter. You can also make it a smaller number to make it darker.


So now you may be wondering how 3 digits work. When you do 3-digit, it will interpret it as the 6-digit. Right now, I'm using #525 (a mix of red, green and blue to get this pale purple), which is essentially a shortcut for #552255. #FA8 would be FFAA88. #09F would be #0099FF.

I also just discovered you don't need to close your colour tag, bold, italics, underline, font,etc. This software automatically detects unclosed tags and fixes that. Whoopie.
 
Last edited:
I just realised that we don't have to type the BBCode to end the colour and/or bold. If you just post with "[color="COLOUR HERE] the software will automatically add the code to stop the colour. Neat.

Dammit AOS-, you just beat me to it!
 
You need the entire hex code for it to work.

[ color=#0047ab ]Text here[ /color ]

Just without the spaces
 
Back