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 changes in Ari quiz
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: css changes in Ari quiz
#44670
css changes in Ari quiz 10 Years, 9 Months ago Karma: 0
Hi,

I would like to change three elements with css:
1)to hide the title of the quiz
2)to center the image used in the hotspot question type
3)to center the Save button

Thanks!

Last Edit: 2013/09/25 09:27 By brugal.
The administrator has disabled public write access.
 
#44674
Re:css changes in Ari quiz 10 Years, 9 Months ago Karma: 748
Hello,

Use the following CSS rules:

.ari-quiz-container .aq-header
{
display: none;
}

.ari-quiz-container .aq-button-panel,
.aq-hotspot-wrap
{
text-align: center !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44681
Re:css changes in Ari quiz 10 Years, 9 Months ago Karma: 0
Thanks!
The administrator has disabled public write access.
 
#44917
Re:css changes in Ari quiz 10 Years, 9 Months ago Karma: 0
I need to changes more in CSS

1) to hide the question title
2) to hide the question border

Last Edit: 2013/10/01 11:30 By brugal.
The administrator has disabled public write access.
 
#44919
Re:css changes in Ari quiz 10 Years, 9 Months ago Karma: 748
Add the following CSS rules:

DIV.aq-question-title
{
display: none !important;
}

#ariQuizContainer DIV.aq-question-panel
{
border-style: none;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#45145
Re:css changes in Ari quiz 10 Years, 8 Months ago Karma: 0
I would like to remove the gap between the end of HotSpot image and Save button (in green at the picture). How can I get it?

Last Edit: 2013/10/10 11:51 By brugal.
The administrator has disabled public write access.
 
Go to topPage: 12