Thios is something I couldn't seem to find in your guide.
Basically I want to know how I can change the ext colour of the various input boxes/forms. So say in the loging pop up, how can I change the colour of the text that I type? And the same for anything under My Settings, New topic titles, etc?
Any help is much appreciated.
How to change the text colour of various forms/input boxes?
Started By Teracell, Nov 06 2011 04:23 PM
3 replies to this topic
#1
Posted 06 November 2011 - 04:23 PM
#2 Re: How to change the text colour of various forms/input boxes?
Posted 06 November 2011 - 04:34 PM
Welcome aboard 
As for login pop-up text color add line in red:
NOTE. I'm not sure it it'll not affect other board sections so you'll have to make a change and see how it goes.
As for your other question I have to know what exactly and where you want to change.
As for login pop-up text color add line in red:
Quote
.input_text, .ipsTagBox_wrapper {
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: ??;
padding: 4px;
}
background: none repeat scroll 0 0 #FFFFFF;
border-color: #848484 #C1C1C1 #E1E1E1;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 1px;
color: ??;
padding: 4px;
}
NOTE. I'm not sure it it'll not affect other board sections so you'll have to make a change and see how it goes.
As for your other question I have to know what exactly and where you want to change.
#3 Re: How to change the text colour of various forms/input boxes?
Posted 06 November 2011 - 04:43 PM
The log in box one worked, thanks.
Looking at it, making that change has affected all the areas that I wanted to change!
If there are any more then I'll post them but for now it seems fine.
Looking at it, making that change has affected all the areas that I wanted to change!
If there are any more then I'll post them but for now it seems fine.















