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?

CSS editing
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: CSS editing
#3118
CSS editing 14 Years, 5 Months ago Karma: 0
HI there
1.
Which css styles do I need to change to make question and answers in the quiz a bigger font size and bold

2.Which css styles do I need to change to make the title header
smaller ( name of the quiz)


Regards

Bison
The administrator has disabled public write access.
 
#3119
Re:CSS editing 14 Years, 5 Months ago Karma: 748
Hello,

Use the following CSS classes:

Code:


/* Quiz name */
DIV.ariQuizHeaderName
{
  font-size: 80%;
}

/* For questions */
TABLE.ariQuizQuestionTable TD.ariQuizQuestionRight
{
  font-weight: bold;
  font-size: 120%;
}

/* For answers */
.ariAnswer
{
  font-weight: bold;
  font-size: 120%; 
}



PS: These CSS classes for quiz name, questions and answer which user see when passing a quiz.

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