Background color for textarea's

vvde

No avatar

2010-02-17 21:47

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?

» Quick.Cart v3.x

beholder

Avatar: beholder

2010-02-18 03:16

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

No avatar

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?

Makaron

Avatar: Makaron

2010-02-18 16:05

If I understand well what You need You can also edit file templates/default.css and change line:

.inputselecttextarea{border:1px solid #d1bd9d;font:0.917em Arial, sans-serif;}


to:

.inputselecttextarea{border:1px solid #d1bd9d;font:0.917em Arial, sans-serif;}
textarea{background:red;}

Back to top
about us | contact