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?

Link in Question Title
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: Link in Question Title
#61908
Link in Question Title 6 Years, 5 Months ago Karma: 0
Hi.

How to add a clickable link (target="_blank") to the question title?

I need this as the user need to go to another page to do something where a result is showing up which he needs to answer the question.

Cheers,
Elias
The administrator has disabled public write access.
 
#61910
Re:Link in Question Title 6 Years, 5 Months ago Karma: 0
Never mind... I have just tried with an HTML link in the title and it works. Only the font-size of the title and link are different and should be the same:

Link property used for the link styling
.asq-theme, .asq-theme * {
font-family: Montserrat, Tahoma, sans-serif;
font-size: 16px;
line-height: 1.5;
}

Question Title Property
.asq-theme .quiz-question-title {
font-weight: 700;
font-size: 1.5em;
margin-bottom: 10px;
text-align: center;
}

OR maybe using something like

.asq-theme .quiz-question-title a {
font-weight: 700;
font-size: 1.5em;
}

will do it.
The administrator has disabled public write access.
 
Go to topPage: 1