Hello,
1. Currently this feature is not supported.
2. It is possible to show custom content before/after results or before/after lead form. For this open quiz edit page, navigate to "Settings" tab, enable "Custom content management" section and use the parameters in this section. A html content can be added.
3. Open "ARI Stream Quiz -> Settings -> Sharing" page and navigate to "This parameters section is used to configure sharing content for personality quizzes" section. Find "Title on result page" parameter and wrap {{title}} variable with the following code:
Code: |
<span class="aq-cat-title">{{title}}</span>
|
Then navigate to "Advanced" tab and populate "Custom CSS styles" with the following code:
Code: |
.aq-cat-title {
font-weight: bold;
font-size: 20px;
}
|
4. The plugin doesn't support this ability.
Regards,
ARI Soft