PDA

View Full Version : how to change the font color on this


XaN
09-27-2002, 06:58 PM
Can someone tell me how i change the font color ,as you can see in the screenie,you cant read a thing if you are typing a new reply

screenie next post

thanks in advance:)

XaN
09-27-2002, 07:00 PM
:)

assassingod
09-27-2002, 07:01 PM
Post your header code. Its something in a CSS piece of code:)

XaN
09-27-2002, 07:50 PM
header right here:)

assassingod
09-27-2002, 09:34 PM
Oops, I meant the other header the stuff in <head>...</head>

My fault

Tony G
09-28-2002, 12:28 AM
In the Style Sets you will find that.

Austin Dea
09-28-2002, 01:17 AM
Go Styles -> Modify -> [fonts/colors/etc] -> 'Head Insert' section.

You have this (I went to the url in your screen and viewed the source since the <head> is the same for all pages ;)): TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #F0F0F0;
BACKGROUND-COLOR: #DFDFDF

Change the part that says 'COLOR: #F0F0F0;' to the font color you want.

Nairb
09-28-2002, 01:17 AM
i'm pretty sure, that is the color of your regular text...
here is a hack to make it so the background of the input area is a different color

Austin Dea
09-28-2002, 01:20 AM
It's that 'COLOR: #F0F0F0;' he has set as I metioned in my prev post. He just needs to change that ;).

XaN
09-28-2002, 07:31 AM
thanks you guys for all support,got it black now:)

this place rocks!