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 navigation page color
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Change navigation page color
#58560
Change navigation page color 7 Years, 7 Months ago Karma: 0
Dear experts,

I set the "show paging" parameter to yes. How to change the fill-color of the navigation page?

For example I want to change the fill-color of the page number where the question has been answered (or saved) to green. On the other hand, the unanswered question should have red color on the page number box.
Moreover, the current page should be yellow.



Thanks.
Last Edit: 2016/09/20 22:28 By randitya.dewa.
The administrator has disabled public write access.
 
#58561
Re:Change navigation page color 7 Years, 7 Months ago Karma: 0
here is the screenshot:
Last Edit: 2016/09/20 22:24 By randitya.dewa.
The administrator has disabled public write access.
 
#58563
Re:Change navigation page color 7 Years, 7 Months ago Karma: 747
Hello,

Add the following CSS rules to a site template CSS file:

Code:


#ariQuizContainer .aq-quizsession-container .pagination LI>A {background-color:red;}
#ariQuizContainer .aq-quizsession-container .pagination LI.active>A {background-color:yellow;}
#ariQuizContainer .aq-quizsession-container .pagination LI.disabled>A {background-color:green;}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#58951
Re:Change navigation page color 7 Years, 5 Months ago Karma: 0
it works!

thanks.
The administrator has disabled public write access.
 
Go to topPage: 1