Box around “submit” button

Hello!

I love formidable and use for almost every client I have. Great job making a very useful and intuitive plugin!

The only problem I have had is with the submit button. The button itself looks fine, but there is always a box around it (looks like a blank field.) I have tried to fix it with css and was not able to find any of the right code.I attached a screen shot so you can see what I mean. It think it looks pretty bad like this.

Do you guys have a solution for this?

Thanks so much for your help!

Jenna


Attachment:
FireShot Screen Capture #129 - 'Request a Quote I Meritage Technologies I Point of Sale I Liquor Control I Surveillance' - meritagepos_com_request-a-quote

This is likely being caused by some conflicting CSS...Can you provide a link to your form so I can take a closer look at what may be causing this?

Thanks for your quick response! That particular site is still under construction, so it isn't live yet. However, I have had this problem every time I have used the plugin. I am guessing it has to do with my theme - I use PlatformPro.

Here is a link to a different site (same theme) that has the same issue: http://capitallife.org/prayer-requests/

Thanks again!

Jenna

Okay, to resolve this issue, you need to remove the following from your theme's style.css file.

Line 228: "input[type="submit"]," and ", .submit" from line
Line 243: "input[type="submit"]:hover, .submit:hover"
Line 257: "input[type="submit"], .submit,"
Line 262: ", input[type="submit"]:active, .submit:active"

Removing those elements from the above lines should take care of the problem... It is also possible that you could just delete or comment out 228-268 without affecting your site, but just removing the above should leave everything else in tact.

Thank you so much!!! That fixed it. I am very thankful for the support!

I have got the same problem and don't have this CSS in my theme. Can you help?

This is great. I found the solution thanks for the feedback from Support. I just LOVE Formidable Pro!

Topic closed.