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?

Help with CSS for Colors
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: Help with CSS for Colors
#66808
Help with CSS for Colors 3 Years, 10 Months ago Karma: 0
Hi!

I'm trying to change the "Start" button color from salmon to our green as well as highlight colors with this css:

.asq-theme.asq-theme-buzzfeed .button.button-salmon {
color: #ffffff;
background: #1C4F35;
}

.asq-theme.asq-theme-buzzfeed .quiz-question-answer-selected, .asq-theme.asq-theme-buzzfeed .quiz-question-answer-selected:hover, .asq-theme.asq-theme-buzzfeed .question-completed .quiz-question-answer-selected:hover {
background-color: #1C4F35;
color: white;
}

But it's overriding my custom css code and still displaying original salmon and blue highlight on answer.

Also, can I disable the test title?

www.pioneersenior.com/new-eligibility-test/

Thanksss!!
The administrator has disabled public write access.
 
#66809
Re:Help with CSS for Colors 3 Years, 10 Months ago Karma: 748
Hello,

Your CSS rules have the same weight as default CSS rules. Use the following rules:

Code:


body .asq-theme.asq-theme-buzzfeed .button.button-salmon { color: #ffffff; background: #1C4F35; }

body .asq-theme.asq-theme-buzzfeed .quiz-question-answer-selected, body .asq-theme.asq-theme-buzzfeed .quiz-question-answer-selected:hover, body .asq-theme.asq-theme-buzzfeed .question-completed .quiz-question-answer-selected:hover { background-color: #1C4F35; color: white; }



Regards,
ARI Soft
The administrator has disabled public write access.
 
#66811
Re:Help with CSS for Colors 3 Years, 10 Months ago Karma: 0
Thanksss!!
The administrator has disabled public write access.
 
#66829
Re:Help with CSS for Colors 3 Years, 10 Months ago Karma: 0
Hi!

When the quick starts, the page jumps past the first question. And every time you answer a question it jumps past the next question. Is this adjustable to align with the questions?

Additionally, is there a way to add an extra field to ask for phone number, aside from email?
The administrator has disabled public write access.
 
Go to topPage: 1