Missing radio buttons in multiple choice poll

I'm trying to create a multiple-choice poll with radio buttons, but the radio buttons aren't showing up in the editor, draft state, or published production state. Any ideas on how I can style the radio buttons and have them appear?

0

Comments

1 comment
  • I'd suspect your application has some global CSS for radio buttons that is hiding the bubbles in the Pendo guide. You can get them back by adding some custom CSS on your guide in a custom code block like below. You may also need some font family adjustments to match the rest of your guide font styles.

    .pendo-radio { 
    appearance: auto !important;
    font-family: 'Your Font Family', Arial, sans-serif;
    }
    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post