Support

Home Forums Event Espresso Premium Registration Questions. input type radio box css broken?

Registration Questions. input type radio box css broken?

Posted: August 2, 2016 at 10:58 am

Viewing 2 reply threads


ARAGATO

August 2, 2016 at 10:58 am

Radio boxes are not shown in my registration questions.
http://uploads.aragato-server.net/screenshots/201608024ab382c7df.jpg

The css setting is somehow set to appearance none.
http://uploads.aragato-server.net/screenshots/2016080264591f9028.jpg
If this css attribute is disabled the radio box is shown.


Lorenzo Orlando Caum

  • Support Staff

August 2, 2016 at 11:41 am

Hello,

This screenshot (http://uploads.aragato-server.net/screenshots/2016080264591f9028.jpg) shows the source of that CSS as a style.css which is likely your current theme.

You can introduce some new CSS to restore them. Here are some examples:

#ee-single-page-checkout-dv input[type=radio] { -webkit-appearance: radio; }
#ee-single-page-checkout-dv input[type=checkbox] { -webkit-appearance: checkbox; }


Lorenzo


ARAGATO

August 2, 2016 at 1:37 pm

oh, I should have watched more thoroughly. Perfect solution. Thanks.

Viewing 2 reply threads

The support post ‘Registration Questions. input type radio box css broken?’ 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