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?

How do I customize the colours in the quiz?
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 12
TOPIC: How do I customize the colours in the quiz?
#62657
Re:How do I customize the colours in the quiz? 6 Years, 2 Months ago Karma: 0
Thanks!
The administrator has disabled public write access.
 
#63600
Re:How do I customize the colours in the quiz? 5 Years, 7 Months ago Karma: 0
Hi,

Do you have the CSS code to change the colour of the continue button to go to the next page?

Thank you
The administrator has disabled public write access.
 
#63603
Re:How do I customize the colours in the quiz? 5 Years, 7 Months ago Karma: 748
Hello,

Use the following CSS rules:

body .asq-theme.asq-theme-buzzfeed .quiz-page .quiz-actions .button-next-page {
background-color: red;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#63606
Re:How do I customize the colours in the quiz? 5 Years, 7 Months ago Karma: 0
Hi thank you,


Please, can you confirm how to change the colour of the Progress bar & "Play again" button?

Also please can you also confirm how to change the names of these buttons?

For example "Start quiz" to "Start test"

Thank you,

Alan
The administrator has disabled public write access.
 
#63611
Re:How do I customize the colours in the quiz? 5 Years, 7 Months ago Karma: 748
Hello,

Use the following CSS rules to change colors:

Code:


body .asq-theme.asq-theme-buzzfeed .button.button-play-again {
  background-color: red;
}

body .asq-theme.asq-theme-buzzfeed .quiz-progress-bar:after {
background-color: yellow;
}



You can read here how to edit existing translation and create a new one.

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