'Contact form is not displayed correctly: CSS problem (?)
i created a contact form using the WordPress-Plugin GravityForms. In the preview it looks fine and functions well, but when being implemented on the according landing page (which uses the Vanguard Theme by unisphere), the checkboxes of the form do not "fill" when somebody checks an answer: No tick etc. appears.
I have no clue how this problem could be solved, i am pretty sure that it is a problem with css.
/* Forms */
input, textarea, select { padding: 7px 9px; font-size: 13px; line-height: 21px; } input:focus, textarea:focus, select:focus { outline: none; }
I am more than thankful for your help!
Kind regards, David
I tried to check the boxes I expected the boxes to be "marked". The boxes are not being filled out.
This is how the preview looks like: i checked some boxes as an illustration
Solution 1:[1]
In screen.css line 1063 - input, textarea, select - remove "-webkit-apearance: none"
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | krani |
