Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Change the design of the results
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 123
TOPIC: Change the design of the results
#70740
Change the design of the results 1 Year ago Karma: 0
Hey,

my quiz is nearly finished now. I just have one last design-question. ...and unfortunately I am not able to solve it by myself:
Which CSS do I need to change the font-design of the results of the answers?
I'd like to change the font-size from 16 to 14 and also the line-hight from 1.5 to 1.0

Would be really glad, if someone could help me with that - thanks!

Best regards,
Linda
The administrator has disabled public write access.
 
#70743
Re:Change the design of the results 1 Year ago Karma: 746
Hello,

Open "ARI Stream Quiz -> Settings -> Advanced" page and populate "Custom CSS styles" parameter with the following code:

Code:


.asq-theme .quiz-result * {
    font-size: 14px !important;
    line-height: 1 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#70923
Re:Change the design of the results 10 Months, 2 Weeks ago Karma: 0
I tried to enter this code that you provided to the other customer into the Custom CSS Styles section under Ari Stream Quiz / Settings but nothing looks different on the front end. I assume this code is not responsive code but would be great if it was.

I'm really trying to adjust the font size of both the Question and Answers for the Personality Quiz. Is this the only code that needs to be inserted or is there other JS Code that needs to also be added. I also use the Snippets Code plugin so if there is any additional code I need to add there please let me know.

I also want to be able to change the columns. When I use the shortcode in the Elementor page I created: [streamquiz id="9" col="2"], is this not supposed to create two columns?

Great plugin by the way
The administrator has disabled public write access.
 
#70926
Re:Change the design of the results 10 Months, 1 Week ago Karma: 746
Hello,

Could you provide a link to a page quiz with a quiz? It helps to avoid conflicts with 3rd party styles.

About "col" parameter of "streamquiz" shortcode, it is used to specify how many column will contain questions with image-based answers.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#70936
Re:Change the design of the results 10 Months, 1 Week ago Karma: 0
Hi there, here is one of the quiz pages. Nothing I have tried enables me to adjust the styling of the quiz and its layout. It is embedded as a shortcode in a page built with Elementor:
chinesemedicineclinic.com/online-assessment-of-immune-health/
The administrator has disabled public write access.
 
#70992
Re:Change the design of the results 10 Months ago Karma: 746
Hello,

We can't open the link:



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123