• Howdy, great plugin btw
    I have a couple of questions, I’m kinda new with all css and stuff.

    First, I’m trying to hide the radio mark from multiple choice questions, I’m trying to use the ‘qmn_quiz_radio’ class, but it’s not happening.

    The other question is about align my question horizontally instead, I know it might be silly questions, but I really appreciate the help.

    https://wordpress.org/plugins/quiz-master-next/

Viewing 1 replies (of 1 total)
  • Greetings uzury,

    Thank you for choosing to use this plugin. For hiding the radio buttons, something like this should work:

    .qmn_quiz_radio {
        display: none;
    }

    You could add that to the text box on the Style tab (selecting the Custom option) or you could add that to your theme.

    For the horizontally question alignment, that would be quite a bit trickier as you will have to adjust the display to inline, set float fields, widths, and more. You would probably want to style the .quiz_section class or use the slide2, slide3, slide4, etc… classes to achieve that.

Viewing 1 replies (of 1 total)

The topic ‘two questions about design’ is closed to new replies.