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 name of the buttons and color
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 12
TOPIC: Change the name of the buttons and color
*
#71838
Change the name of the buttons and color 1 Month ago Karma: 0
Good afternoon.
Please tell me what CSS code can be changed:
1. The name of the buttons (button "Сontinue", button "Play again");
2. The color of the button (button including "Starting a quiz (test)").
3. Is it possible to skip the button "continue" and have the results form appear.


This code does not work for me:
body .asq-theme .button.button-start-quiz {
background-color: green;
}

Regards,
Sergey Taryanik
Last Edit: 2024/03/28 12:19 By taryaniksergey.
The administrator has disabled public write access.
 
#71839
Re:Change the name of the buttons color and 1 Month ago Karma: 748
Hello,

1. You can read here how to change existing translation/create a new one.

2. Try the following CSS rule:

.button-start-quiz {background-color: green !important;}

Could you provide a link to a quiz on your site if it doesn't help?

3. If you mean the button which is used to navigate in multi-page trivia quizzes then open quiz settings page, navigate to "Settings" tab and uncheck "Multi pages -> Use 'Continue' button to navigate to the next page" checkbox.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#71840
Re:Change the name of the buttons color and 1 Month ago Karma: 0
2. Done
3. it doesn't work.
upsup.by/quiz

and one more question: How to reduce the font of the headings of the questions
Last Edit: 2024/03/28 13:31 By taryaniksergey.
The administrator has disabled public write access.
 
#71841
Re:Change the name of the buttons color and 1 Month ago Karma: 748
The button is shown when a quiz contains question(s) with multiple choices so user can select several answers for a question and confirm quiz completion.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#71842
Re:Change the name of the buttons color and 1 Month ago Karma: 0
How to reduce the font size of the headings of the questions?
Last Edit: 2024/03/28 17:59 By taryaniksergey.
The administrator has disabled public write access.
 
#71850
Re:Change the name of the buttons color and 4 Weeks ago Karma: 748
The following CSS rule can be used to change font properties of question titles:

body .asq-theme.asq-theme-buzzfeed .quiz-question-title {font-size: 14px !important; font-weight: 300;}

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