• Resolved cybersecurity1hub

    (@cybersecurity1hub)


    Hi,
    I had prepared three quizzes and posted them without any problem. Yesterday, I prepared a quiz and posted it. During testing I found that text for the next is much smaller. The bigger problem is with the answers. They are coming in small red fronts. How can I change that to normal text size?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi cybersecurity1hub,
    those stylings are coming from your theme, not HD Quiz.

    You can override it by placing the following in your style.css file.

    // HD Quiz custom styles
    // to fix the small red labels
    #hdQuestionnaireContent label {
        color: #222 !important;
        font-size: 14px !important;
    }
    
    #hdQuestionnaireContent #hdQuFinish, #hdQuestionnaireContent #hdQuNext, #hdQuestionnaireContent #jPaginateNext {
        font-size: 14px !important;
    }

    This will override your theme’s styling on the quizzes, and ONLY affect HD Quiz quizzes.

    Thread Starter cybersecurity1hub

    (@cybersecurity1hub)

    Dear User Support Provider @harmonic_design,
    Thank you for your help. I have updated the style.ccs. Now the text color and font sizes are displaying correctly.
    Thank you again

    Dilip sarkar At
    https://cybersecurity1hub.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text fonts are displayed in red small fonts.’ is closed to new replies.