Skip to content Skip to main navigation Skip to footer

Change font size

Viewing 7 posts - 1 through 7 (of 7 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

    #11797
    Yohanna ThomasssYohanna Thomasss
    Participant

    This review on https://nocramming.com/savemygrade-review gave me a clear picture of what to expect from the service. I appreciated the honest breakdown of both the strengths and areas where it could improve. The review covers everything from pricing to quality, which really helped me decide if it was the right option for my academic needs. Knowing how well they handle deadlines and customer support was also useful.

    #11816
    flay ideaflay idea
    Participant

    Geometry Dash Unblacked is a thrilling rhythm-based platformer game that challenges players to navigate a block through a series of obstacle-filled levels.

    #11834
    Root AdamRoot Adam
    Participant

    I like your article very much, thanks for sharing the good information we have read.
    Movie Jackets

    #14462
    jh f sdfsjh f sdfs
    Participant

    Hi! You’re almost there. To change the font size of the questions in your quiz, your CSS code is correct if .qsm-quiz-container targets the question text. If it doesn’t work, you may need to target a more specific class or element.

    Here’s an updated example:

    css
    Copy
    Edit
    .qsm-question-text {
    font-size: 25px;
    font-style: italic;
    color: blue;
    font-family: ‘YourChosenFont’, sans-serif;
    }
    To make your quiz more visually appealing, check out FreeDafonts to download free fonts and apply custom styles that match your theme. Just be sure to import the font in your CSS!

    #14568
    kai suzykai suzy
    Participant

    Because there are so many hot games, retro games will give you the best time.

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