You would have to go through and remove or override the styles relating to input boxes and your submit button in your theme's CSS.
In your Base.css I see styles relating to #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select that is changing how the fields look.
And then your formsmain.css is also changing how things are rendered. You may have to work with your theme developer to get this sorted out.
Posted 11 years ago on Tuesday May 28, 2013 |
Permalink