Skip to content Skip to main navigation Skip to footer

CSS not applying

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4674
    MaxMax
    Participant

    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.

    #4677
    Kriti SharmaKriti Sharma
    Keymaster

    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

    #4693
    Kriti SharmaKriti Sharma
    Keymaster

    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.

    Regards,
    Kriti

    #12160
    Drake RamorayDrake Ramoray
    Participant
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.