Helpdesk for Best WordPress Quiz Plugin
Welcome to QSM Support Forum. › Forums › QSM Pro Support › CSS not applying
Hi, I’m trying to change the font via CSS from the styles tab. But it doesn’t change the font. I tried adding !important but that didn’t seem to make a difference either. I also tried adding it in my Themes Customize Tab (TwentyTwenty)
How Energetically Aware Are You? -QSM
.quiz_section .mlw_qmn_question h4{ font-size: 28px !important; }
also without the h4
.qsm_check_answer label{ font-size: 22px !important; font-family: “Times New Roman”; }
Thanks for your help.
Hi Maxx,
I will check your requirements and give you the exact working code. Please expect a little delay as it is late night here.
Thanks for reaching out to us.
Regards, Kriti
Hi Max,
Please check the following CSS code:
.quiz_section .mlw_qmn_question span{ font-size: 28px !important; }
.qmn_radio_answers .qmn_mc_answer_wrap label{ font-size: 22px !important; font-family: “Times New Roman”;}
Please let me know whether the above code resolves your requirement or not.