|
uCoz Community Archives Locked Changing input colour of text on forum |
Changing input colour of text on forum |
Where is the code controlling the input text color on the forums?
Since I've choosen a blue back ground, when I go to type new text on the forums the input text is bluish grey and really hard to read against it - so I'm trying to make it #FFD700 (gold) I thought I had found it but ended up changing the news feed text ![]() ![]() ![]() Post edited by nova - Friday, 2012-03-16, 6:16 PM
|
nova, if you open Control Panel > Design > CSS and search for this class .postTextFl you should be able to adjust the text-box.
![]() Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
I found this...
/* Post Form */ .pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {font-size:7pt;background: #1c3259;color:#FFFFFF;border:1px outset #AFBDE4;} .codeButtons {font-size:7pt;background: #1c3259;color:#FFFFFF;border:1px outset #AFBDE4;} .codeCloseAll {font-size:7pt;background: #1c3259;color:#FFFFFF;border:1px outset #AFBDE4;font-weight:bold;} .postNameFl,.postDescrFl {background:#131A2E;border:1px solid #1D2C57;width:400px} .postPollFl,.postQuestionFl {background:#131A2E;border:1px solid #1D2C57;width:400px} .postResultFl {background:#131A2E;border:1px solid #1D2C57;width:50px} .postAnswerFl {background:#131A2E;border:1px solid #1D2C57;width:300px} .postTextFl {background:#131A2E;border:1px solid #1D2C57;width:550px;height:150px;color:#485167;} /* This was what you were saying to find but in altering any of the color codes, none of the back ground have changed*/ .postUserFl {background:#131A2E;border:1px solid #1D2C57;width:300px} .pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;} .smilesPart {padding-top:5px;text-align:center} /* --------- */ Added (2012-03-23, 9:50 PM) Added (2012-03-23, 9:56 PM) |
| |||
| |||