Questions options issue

Home Forums Legacy Support Support queries Styling issues Questions options issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #332616
    waqas05
    Spectator
    Quiz direct link shows bold and large options and small statement.(outside pwa) Already added this css below but not working .question_option label { font-size: 1rem; font-weight: 400; ghjj
    #332648
    Ada
    Participant
    Hi, Use this css code for the same. Add it in appearance >> customize >> custom css
    
    .single-quiz .question_content {
        font-size:20px !important;
        font-weight:600;
    }
    .single-quiz .question_option {
        font-size:10px !important;
    }
    
    #332653
    waqas05
    Spectator
    thanks worked
    #332821
    Ada
    Participant
    Thank-you for confirming. Closing the topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Questions options issue’ is closed to new replies.