Update issue in style.min.css conflicts with wpform customaization
-
Hi there,
First of all thank you for your great theme!
There is a some issues that I would like to inform you about the syle.css.min in your new update. It conflicts with the WPFORM customization. I suggest to remove these lines from style.css.min to allow to customize WPFORM much easier and cleaner. Here are the issues:
form input[type=”text”], form input[type=”password”], form input[type=”email”], form input[type=”url”], form input[type=”date”], form input[type=”month”], form input[type=”time”], form input[type=”datetime”], form input[type=”datetime-local”], form input[type=”week”], form input[type=”number”], form input[type=”search”], form input[type=”tel”], form input[type=”color”], form select, form textarea {
min-height: 40px;
}form textarea {
min-height: 150px;
}In addition. WPFORM has a specified height for both already so I don’t think that is necessary to have the above. In order to customize the WPFORM these style must be edited as none and force the height in WPFORM with !important to customize it correctly.
Thank you and have a good day!
- The topic ‘Update issue in style.min.css conflicts with wpform customaization’ is closed to new replies.