by Arabinda P.
Hi,
I had the same issue, and I applied this change for Quiz Font, but I don't see any increase in Font Size. Please guide me. Below is my Custom CSS in "mobilecssurl"
-----------------------------------------------------
/* Un-comment the following, for initial RTL UI support.
.scroll-content {
direction: rtl;
text-align: right;
}
*/
.bar-side-menu {
background-color: black;
}
.bar-content {
background-color: black;
}
.button.button-positive {
border-color: red;
background-color: red;
color: #fff;
}
.item-divider {
background-color: #fafafa;
}
.ion-content.site_mod_quiz-player h3 {
font-size: 30px;
}
-------------------------------------------------------
Thank you
Arabinda