Email and phone fields not styled like other text entry fields
-
The theme CSS has some rules that are only applied to
input[type=”text”], input[type=”password”]
Now with HTML5 there are other types used for text entry, such as ’email’ and ‘tel’. But these don’t get the CSS rules applied, because they’re not included in the theme CSS.
The default WooCommerce checkout form is an example. With the current version of Responsive, the text entry fields are not styled the same; it looks like this: https://snag.gy/0Bzyr.jpg
David
- The topic ‘Email and phone fields not styled like other text entry fields’ is closed to new replies.