Changing Text Color When Typing A Post

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Changing Text Color When Typing A Post
Triksta
CZ Super Newbie
Triksta has been a member for over 19 year's 19 Year Member
usa.gif indiana.gif
Age: 37
Gender: Male
Website:
Status: Offline
Joined: Oct 26, 2004
0.01 posts per day
Posts: 56
Points: 2,022
AIM Address Yahoo Messenger MSN Messenger 
Hey Guys, I Have A Problem With Our New Forum Theme. When You Are Typing A Post, You Cant See What You Type. I Looked Through The .css files in the bbcode theme folder but could not find that part of the coding. Is there anything Im missing? How would I change the typing color?



Back to top Reply with quote
#2   re: Changing Text Color When Typing A Post
veef
CZ Super Newbie
veef has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Dec 30, 2004
0.01 posts per day
Posts: 59
Points: 1,422
   
It is in there, look for
/* Form elements */
input,textarea, select {
   color : #ffffff;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   background-color : #545454;
   border-color: #222222;
}

/* The text input fields background colour */
input.post, textarea.post, select {
   background-color : #000000;
}


the above example would give you white text ( #ffffff ) and a black background ( #000000 ), change either of those or both to meet your demands.


Back to top Reply with quote
#3   re: Changing Text Color When Typing A Post
Triksta
CZ Super Newbie
Triksta has been a member for over 19 year's 19 Year Member
usa.gif indiana.gif
Age: 37
Gender: Male
Website:
Status: Offline
Joined: Oct 26, 2004
0.01 posts per day
Posts: 56
Points: 2,022
AIM Address Yahoo Messenger MSN Messenger 
Ok, I Replaced The Code In The Template Theme Folder and Even In The Forum/Template/Theme Folder But Still No Change. I Also Went Into The Style Management On The Forum Admin Section And Changed The Text Color To FFFFFF And Still No Change. Is The Forums Just Denying My Wanting To Change The Color? I Dont Think They Like Me....



Back to top Reply with quote
#4   re: Changing Text Color When Typing A Post
veef
CZ Super Newbie
veef has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Dec 30, 2004
0.01 posts per day
Posts: 59
Points: 1,422
   
did you check the "overall_header.tpl" of your template icon_wink.gif



Back to top Reply with quote
#5   re: Changing Text Color When Typing A Post
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
It looks like the theme stylesheet may be overriding the stylesheet for the forum template.

Look in your themes/BEST/style/style.css file. Try adding color: #ffffff; to this:
TEXTAREA   {BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px}



Back to top Reply with quote
#6   re: Changing Text Color When Typing A Post
veef
CZ Super Newbie
veef has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: Dec 30, 2004
0.01 posts per day
Posts: 59
Points: 1,422
   
The sheets are cascading so as you know the first one can not override the next ones. Changing the first css would correct his problem in the forums but would then give him white on white for the entire site. However if he corrects this code that is in "overal_header.tpl" of his template from
/* Form elements */
input,textarea, select {
   color : ;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   border-color : ;
}
to
/* Form elements */
input,textarea, select {
   color : #ffffff;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   background-color : #545454;
   border-color: #222222;
}
then all will be right in the world again icon_biggrin.gif


Back to top Reply with quote
#7   re: Changing Text Color When Typing A Post
Triksta
CZ Super Newbie
Triksta has been a member for over 19 year's 19 Year Member
usa.gif indiana.gif
Age: 37
Gender: Male
Website:
Status: Offline
Joined: Oct 26, 2004
0.01 posts per day
Posts: 56
Points: 2,022
AIM Address Yahoo Messenger MSN Messenger 
Hey Guys, Thanks A Lot. Editing The overall_header.tpl Did The Job. If I Have Any Further Questions Or Problems, You Guys Will Be The First To Know!

Thanks,
Tr!k



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum