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?

changing colors
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: changing colors
#70052
changing colors 1 Year, 2 Months ago Karma: 0
I've been able to find some css pieces here on the forum for changing the colors of the answers and quiz title, for example, but havent come across any for changing the questions themselves, the quiz subtitle, and the description. My background theme is black, so changing the body text to white works for all the above but messes up several pieces in the final sign-up box, as well as the result template text. If I change my body text to black, the result pieces are fine but the quiz sub-title (I've found css for the title itself), the description, and the questions themselves are blacked out (black on black).
Another solution would be to specifically change the sign-up box and results template text to black, but I haven't been able to find the css elements for those either.
Here is a link to the quiz on my website: shaggypalms.com/shaggy-quiz

Thank you!
The administrator has disabled public write access.
 
#70135
Re:changing colors 1 Year, 1 Month ago Karma: 746
Hello,

Could you provide image(s) to illustrate what you want to achieve? You can send them by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#71354
Re:changing colors 6 Months ago Karma: 0
What is the css code to change the top answer? I found how to change the button, but I'd like to change the top answer background color to something different. and the rollovers for that. Thank you!

guidedsteps.net/home-2/
The administrator has disabled public write access.
 
#71355
Re:changing colors 6 Months ago Karma: 746
Hello,

Add the following custom CSS rules to "ARI Steam Quiz -> Settings -> Advanced -> Custom CSS styles" parameter:

Code:


body .asq-theme .quiz-question-answer {
background-color: blue;
}

body .asq-theme .quiz-question-answer:hover {
background-color: green;
}



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