Hi!
I’ve been having an issue changing the font size for my experimental items in the FlashSentence and AcceptabilityJudgment controllers. My items are a combination of DashedSentence (speeded acceptability), FlashSentence, and AcceptabilityJudgment. I want to have size 30 in all of them. I created a global_z.css file which includes the following code:
.FlashSentence-sentence {
font-size: 30;
}
.DashedSentence-sentence {
font-size: 30;
}
.AcceptabilityJudgment-sentence {
font-size: 30;
}
The font size is correct for the DashedSentence controller, but nothing changes for the other two. Does anyone know what the issue might be? FYI, the code was transferred from the original IbexFarm.
Many thanks in advance!
Radim