- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- November 2002
- Status:
- offline
- last visit:
- 23.07.03
- Posts:
- 40
Take for instant the log in block and its button. The button is grey with black text. How do I change the button to another color? And how do I change the black "log in" text to another color.
Another thing all the form fields on my site are white, how do I chage them to another color?
Please help me...
SWEDEN4 -
- rank:
-
Freshman
- registered:
- November 2002
- Status:
- offline
- last visit:
- 23.07.03
- Posts:
- 40
Well, I have been changing every color in th CSS for the theme. But I canīt find out where to change what I was asking about...
Can you please give me some more hints where to look...
Thx
SWEDEN4 -
- rank:
-
Freshman
- registered:
- November 2002
- Status:
- offline
- last visit:
- 23.07.03
- Posts:
- 40
-
- rank:
-
Freshman
- registered:
- June 2002
- Status:
- offline
- last visit:
- 11.01.03
- Posts:
- 14
Find or insert something like this
Code
TEXTAREA {FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 11px;background:white ;}
FORM {FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 11px;}
SELECT {FONT-FAMILY: Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 11px;}
checkbox {background:#687792;}
