Customizing SMF > SMF Coding Discussion
Where do I change the font color for the input field?
Mynamehere:
How do I change the color of the font in the input field (like the field in which I am typing right now, and in which you are about to write the answer)?
The Wizard:
Hello:
What SMF are you using? (example - 2.0.2)
There are two ways to do this -
1. just use this code everytime
--- Code: ---[color=blue]Color[/color]
--- End code ---
example - Color
or
2. Install a mod
Mynamehere:
I am working with 2.0.2
I dont want to change everything, I just want to change the input text color. Everything else looks just nice as it is (in the template I am using).
Just need to know which bit to change.
butch2k:
#message or .editor should work.
Labradoodle-360:
You could add a new CSS declaration: textarea#editor { color: #ff0066; } which would work for you.
Navigation
[0] Message Index
[#] Next page
Go to full version