Skip to content Skip to main navigation Skip to footer

Change font size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #607
    jcslc slcjcslc slc
    Participant

    Hi,
    I am able to change the font color and style. But how do I change the font size of the questions? I am using the below code. Thanks.

    .qsm-quiz-container{
    font-size: 25px;
    font-style:italic;
    color:blue;
    }

    #632
    KharisKharis
    Keymaster

    Hello there,

    Try this CSS code:

    
    .quiz_section .mlw_qmn_question {
      font-size: 24px;
    }
    

    Regards,
    Kharis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.