Hi,
I noticed, that the styling of the text field name, last name and email are different. It seems you forget to include input[type=”email”] in the specific CSS
Event Espresso uses your themes styles as much as possible, we add some styling but rather than overriding all your themes styles, we work with them and add only what we need.
So what’s happening is your theme is applying this rule:
The email field within the registration form is not an input with type=”text” but type=”email”, so that selector misses that field.
Your CSS applies the some of same styles to type=”email” and so then matches what the theme does with text inputs.
Viewing 1 reply thread
The support post ‘different styling for input[type="email"] – on purpose??’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.