Support

Home Forums Event Espresso Premium Registration form styling – boxes not showing!

Registration form styling – boxes not showing!

Posted: September 6, 2017 at 2:36 pm

Viewing 1 reply thread


whr-admin

September 6, 2017 at 2:36 pm

The form input boxes are not showing (i.e. they are there, but have no borders so cannot be seen), apart from those that are not ‘required’, which do show the borders.

If you submit the form without entering the required field data then they do show, as the red borders/shadow are displayed.

This is how the form looks – https://wholehograces.co.uk/wp-content/uploads/2017/09/form-style.jpg

I’ve tried adding various custom css but nothjing is working – any ideas?

Currently trying (but not working):

.ee-required ee-reg-qstn {
border: medium none !important;
outline: medium none !important;
outline-style: solid !important;
outline-width: 5px !important;
}


Tony

  • Support Staff

September 7, 2017 at 3:03 am

Hi there,

The CSS above is invalid so won’t work, try something like this:

#ee-single-page-checkout-dv input {
    border: 1px solid grey;
}

The problem is from your site’s theme setting the border on all inputs to nothing.

Viewing 1 reply thread

The support post ‘Registration form styling – boxes not showing!’ 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.

Event Espresso