by Dani Palou.
Hello,
there are 2 problems in your CSS rule:
- ion-content is the name of the tag, not a class, so you need to remove the "."
- The state class is "mm-site_mod_quiz-player", not "site_mod_quiz-player".
So the rule needs to be:
ion-content.mm-site_mod_quiz-player h3 {
font-size: 30px;
}
Cheers,
Dani