PDA

View Full Version : font color


world
05-28-2003, 08:38 PM
how do you change the font color in the replys and quick replys?? Thanks

ub3x
05-28-2003, 09:16 PM
the font color of the text area?

if so, do this:

open the css/style editor, and find this:


TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #CFCFCF
}

you can see, there is a line which goes like this:

COLOR: #000000;

Change the #000000 to the hex value of whatever you want the text color to be.


hope that helps ;)

world
05-28-2003, 10:39 PM
hmm i couldnt find it is it in the cp.css??

SVTBlackLight01
05-29-2003, 01:19 AM
Today at 12:39 AM world said this in Post #3 (https://vborg.vbsupport.ru/showthread.php?postid=401352#post401352)
hmm i couldnt find it is it in the cp.css??

It's in the Head Insert area under the styles section of the Admin CP.

world
05-29-2003, 01:34 AM
hey man thanks i got that fixed now i have a question with the member title font color where is that located?

SVTBlackLight01
05-29-2003, 02:35 AM
Is this in the postbit?

Gary King
05-29-2003, 02:42 AM
What exactly do you mean by member title font color

world
05-29-2003, 11:07 AM
to the left urs says master hacker, black light just says hacker, mine says tyro hacker

Erwin
05-29-2003, 11:36 AM
You can edit that in your Admin CP - under custom post titles, rename it whatever you like - you can use HTML there so use <font color=red>Tyro Hacker</font> for example to have different colors for different user titles. You can even have images.

ub3x
05-29-2003, 12:46 PM
okay, changing custom title font color, do this:

under templates in the ACP, click "modify"
on the template you are using, click "expand list"
where it says "Postbit Templates" click expand
where it says "postbit" click "edit"
it will open the template editor, find the following string of text:

<smallfont>$post[usertitle]</smallfont><br>

change that line of text to:

<smallfont><font color="#yourhexcolor">$post[usertitle]</font></smallfont><br>

This will change the color for everyone's user title .

world
05-29-2003, 08:02 PM
hmm this did not work.....

Gary King
05-29-2003, 08:11 PM
Did you replace #yourhexcolor with whatever colour you want?

world
05-29-2003, 08:12 PM
yes....didnt change anything

Gary King
05-29-2003, 08:20 PM
Okay, then please copy and paste someone's user title on your board, and paste the code here. I guess for some reason, the changes did not take affect.

world
05-29-2003, 08:22 PM
u want me to copy the postbit code and post it?

Gary King
05-29-2003, 08:31 PM
Today at 05:22 PM world said this in Post #15 (https://vborg.vbsupport.ru/showthread.php?postid=401710#post401710)
u want me to copy the postbit code and post it?

No, copy and paste only the area around someone's user title, while viewing a thread.