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 to fully customize plugins' frontend style?
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 123
TOPIC: How to fully customize plugins' frontend style?
#62735
Re: How to fully customize plugins' frontend style? 6 Years, 1 Month ago Karma: 0
Am I being ignored?
The administrator has disabled public write access.
 
#62739
Re: How to fully customize plugins' frontend style? 6 Years, 1 Month ago Karma: 748
Sorry for the delay. We will provide custom CSS rules within 24 hours.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#62740
Re: How to fully customize plugins' frontend style? 6 Years, 1 Month ago Karma: 0
Thanks. I'm looking forward to having them!
The administrator has disabled public write access.
 
#62744
Re: How to fully customize plugins' frontend style? 6 Years, 1 Month ago Karma: 748
Open "ADVANCED" tab on "ARI Stream Quiz -> Settings" and populate "Custom CSS styles" parameter with the following code:

Code:


/* 1.1 */
body .asq-theme.asq-theme-buzzfeed .button.button-next-page {color: red;background-color:blue;}

/* 2.1 */
.quiz-user-data-email>LABEL {display:none;}

/* 2.2 */
.quiz-result-wrapper .quiz-title {display:none;}



About 1.2, could you provide a screenshot where possible to see what you want to change?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#62747
Re: How to fully customize plugins' frontend style? 6 Years, 1 Month ago Karma: 0
Hi there!

Many thanks for the other codes!

The print screen of "1.2) Selected "questions at the end". (From blue/black to another pair of colours.)" is attached.

I'm looking forward to your answer.

Regards,

Marcelo.
The administrator has disabled public write access.
 
#62754
Re: How to fully customize plugins' frontend style? 6 Years, 1 Month ago Karma: 748
Add the following CSS rule:

body .asq-theme.asq-theme-buzzfeed .quiz-question-answer-selected {background-color:red;color:orange;}

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