Sorry, Kevin,
Just a little adjustment to my "...it's all working fine." comment above.
Just checked something that I didn't check last night and it's not quite right.
I have the following fields:
1. Name:
2. Email:
3. Phone:
4. Country: (single line text field)
5. Type your enquiry here (paragraph text field)
I've managed SUCCESSFULLY to change:
* the height of the input boxes
* the font, color and size of the text labels
* the font, color and size of the input text
for ALL EXCEPT number 5: Type your enquiry here (paragraph text field)
The only thing I was able to change was the text color... not the size or the font?
I just can't figure out why?
Any ideas would AGAIN be appreciated!
Here is the code:
[css]
body #gform_wrapper_1 {width:450px}
.gform_body .gfield input[type=text] {height: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; color: #636363;}
.gfield textarea {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; color: #636363;}
.gfield_label {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; color: #8a8a8a;}
.gfield select {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; color: #8a8a8a;}
I am correct in thinking that the problem field is .gfield textarea ?
I even tried giving it a custom class name : CG-txt
and tried:
body #gform_wrapper_1_CG-txt .gform_body .gfield textarea {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; color: #636363;}
but that didn't work so I am clearly barking up the wrong tree with that one.
As I say, any more of your very handy tips, Kevin, would help me sleep better tonight :)
Cheers
Chris
Posted 13 years ago on Wednesday May 11, 2011 |
Permalink