If I wanted to have the following CSS for text area:
textarea {
width:550px;
height:50px;
}
I tried making it a class in my CSS as such:
.ninjaTextArea textarea {
width:550px;
height:50px;
}
and adding .ninjaTextArea to Custom CSS Classes in the field settings but it did not take (I also tried using just ninjaTextArea without the .).
I also tried adding textarea {width:550px; height:50px;} to the Custom CSS Classes in the field settings but that didn’t work either.
Any help would be appreciated.
How does the Custom CSS Classes in the field settings work?
http://ww.wp.xz.cn/extend/plugins/ninja-forms/