On my new site I've got a backgroundcolor and a text color. When I type text I like to have a other backgroundcolor for the text area's Does anyone know how I can fix this?
the easiest way should be inserting for example style="background:red;" directly to the HTML tags for textareas. They all can be found in the templates.
It's a different thing if you want to have different textarea colors when they are being under focus. This is probably done via javascript and more research is needed if you need that.
vvde
2010-02-18 09:28
Thanks.
But where can I add the code exactly, do I have to do that in the css (and where?) or by each page separately?