Problems with WPForms
Hello and Sorry, after some update I just realized that I can't get the button (submit) to display correctly on all my forms.
After contacting WPForms, whose plugin I use for the extensive forms, I have been informed that it is a conflict with the theme.
Unfortunately, I have not received a proper solution.
Would it please be possible for you to briefly check this display error and possibly have a solution for it?
I use WPForms for a lot of pages. Perhaps other of your customers also have this problem.
Thank you very much.
Here is an example of a form page
Comments
Hi,
The plugin styles affects the button display.
See the following screenshots:
As you can see, after I disabled padding values from the plugin styles and left ones from Betheme, it looks better.
Best regards
Thank you for your help.
And which way is better? To integrate a CSS Styl for wpforms in to the childe theme
or change it about your way with disable padding?
That i have found for wpforms
button.wpforms-submit {
width: 20%;
display: inline-block;
font-size: 16px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #b95d52;
border: none;
border-radius: 15px;
box-shadow: 0 3px #999;
}
button.wpforms-submit:hover {
background-color: #55555e;
}
button.wpforms-submit:active {
background-color: #55555e;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
You can put it in the child theme or in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards