Regarding submit button

  • Dear sir,
    In this link;

    Aptitude- MCQs on Allegation


    I want to hide “SUBMIT” button. I have added that CSS which is provided by you.
    But unfortunately that CSS is not working.
    Please hide submit button.

    The blog I need help with is: (visible only to logged in users)

  • Hello,

    It looks like the plugin uses inline CSS for some buttons. As a result, a custom CSS does not work. In this case, please use this CSS instead:

    .qmn_quiz_container .qsm-submit-btn {
      display: none !important;
    }

    Note, this will hide all the submit buttons which comes from the plugin.

    I am closing this thread as a duplicate.

    If you have any additional question about the submit button which comes from your plugin, use the initial thread.

    Thank you,
    Taras

  • The topic ‘Regarding submit button’ is closed to new replies.