The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Help changing text color in post field plz

4 posters

Go down

Solved Help changing text color in post field plz

Post by ieatfireworks June 14th 2009, 11:20 pm

I have been trying for some time to change the text here

Help changing text color in post field plz Problem

I want the text to be visible while typing out posts, but it isn't.

I have tried changing the text color in

Display>Pictures and Colors>Colors>Text Color

however this changes the color throughout the site and I don't want that. I only want it to appear black while in the post body, subject and poll fields.

Can anyone help?
ieatfireworks
ieatfireworks
Forumember

Male Posts : 49
Reputation : 0
Language : English
Location : Texas

http://www.thegamerboards.com

Back to top Go down

Solved Re: Help changing text color in post field plz

Post by moif June 14th 2009, 11:44 pm

Code:
input, textarea, select {
color: #000000
}

Insert the above into your css sheet, should do the trick. ^^
avatar
moif
Forumember

Posts : 50
Reputation : 0
Language : english

Back to top Go down

Solved Re: Help changing text color in post field plz

Post by ieatfireworks June 15th 2009, 1:53 am

Unfortunately still doing the same thing. Any other ideas?
ieatfireworks
ieatfireworks
Forumember

Male Posts : 49
Reputation : 0
Language : English
Location : Texas

http://www.thegamerboards.com

Back to top Go down

Solved Re: Help changing text color in post field plz

Post by moif June 15th 2009, 1:58 am

The area with the text in it, the subject line, that's the part that's doing the white text, correct?
avatar
moif
Forumember

Posts : 50
Reputation : 0
Language : english

Back to top Go down

Solved Re: Help changing text color in post field plz

Post by ieatfireworks June 15th 2009, 2:04 am

That part, the body of the post and the poll entries.
ieatfireworks
ieatfireworks
Forumember

Male Posts : 49
Reputation : 0
Language : English
Location : Texas

http://www.thegamerboards.com

Back to top Go down

Solved Re: Help changing text color in post field plz

Post by Etana June 15th 2009, 2:38 am

Hello,

moif wrote:
Code:
input, textarea, select {
color: #000000
}

Insert the above into your css sheet, should do the trick. ^^

Correct css is :

Code:
input, textarea, select {
color: #000000;
}
If this still don't work, try :

Code:
input, textarea, select {
color: #000000 !important;
}
Etana
Etana
Forumember

Male Posts : 98
Reputation : 0
Language : French - English

http://kiniiri.forumactif.com/

Back to top Go down

Solved Re: Help changing text color in post field plz

Post by ieatfireworks June 15th 2009, 5:58 am

Ansathlasta wrote:
If this still don't work, try :

Code:
input, textarea, select {
color: #000000 !important;
}

That part did it. Thanks to both of you!
ieatfireworks
ieatfireworks
Forumember

Male Posts : 49
Reputation : 0
Language : English
Location : Texas

http://www.thegamerboards.com

Back to top Go down

Solved Re: Help changing text color in post field plz

Post by Sanket June 15th 2009, 3:35 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum