• There are a few design changes which seem to be missing. For example:

    -With multiple choice, every option has a letter: A, B, C… How to deactivate that? I dont want those letters.

    -I want the progress bar without the percentage. Is that possible?

    -I dont want some of the messages. I can change the messages, but I cant deactivate them if I dont want the message to be shown.

    -I cant change the shape of the answer buttons.

    -…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor QuillForms

    (@quillforms)

    Hi @hilfler,
    Thanks for these suggestions.
    The first 3 points are clear and we will try our best to include them in a sooner version.
    Can you give us more details on the 4th point? We have a border radius option for the buttons. Can you let us know please your thoughts about how we can improve this or what extra options needed?
    Thanks,
    Quill Forms Team

    Thread Starter hilfler

    (@hilfler)

    Is it possible to implement the changes via css until you offer the new update? I tried changing it with code but somehow it does not work. Is it possible to change those things with css?

    Plugin Contributor QuillForms

    (@quillforms)

    Yes,
    You can add custom css.
    Quill Forms disables by default the scripts and styles in order to avoid conflicts but you can add custom css with this hook: wp_enqueue_scripts but the important point is to add a priority more than 9999999 because we disable all scripts and styles that have lower priority than this.
    Please check: https://github.com/quillforms/quillforms/blob/master/includes/render/class-form-renderer.php#L92
    Please let us know if this works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Few design changes’ is closed to new replies.