Skip to content Skip to main navigation Skip to footer

Customize fonts

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #756
    Sérgio FariasSérgio Farias
    Participant

    How can I customize fonts with form fonts, font size and style?

    #757
    Sérgio FariasSérgio Farias
    Participant

    I use WordPress

    #794
    KharisKharis
    Keymaster

    “customize fonts with form fonts”

    I am sorry I didn’t get this clearly. Would you please elaborate it further? And also share me a link to your quiz to help me exactly provide you with solution you want.

    Regards,
    Kharis

    #795
    Sérgio FariasSérgio Farias
    Participant

    This is the link of my form:

    teste

    How can I change the form designer by changing the font style for example.

    #804
    KharisKharis
    Keymaster

    Hello there,

    Try this custom CSS code:

    
    .qmn_quiz_container .mlw_qmn_question h4 {
      font-size: 22px;
      color: #ff0000;
      font-family: Geneva,Tahoma,Verdana,sans-serif; 
    }
    
    .qmn_quiz_container button, 
    .qmn_quiz_container input, 
    .qmn_quiz_container select, 
    .qmn_quiz_container optgroup, 
    .qmn_quiz_container textarea {
      font-size: 18px !important;
      font-style: italic;
      font-family: Geneva,Tahoma,Verdana,sans-serif; 
    }
    

    Add it to Appearance > Customize > Additional CSS from dashboard.

    Regards,
    Kharis

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