• Resolved myothermiscstuff

    (@myothermiscstuff)


    Hello,

    Is there a way to make the results info a larger and bold font.

    Like; YOUR SCORE IS 10%

    And is there a way to reword that? Instead of saying “your score” can we change to “There is a blank % chance…etc.

    How is it possible to put the result text at the bottom of the score versus above the score?

    Very nice software and thank you for creating it.

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

Viewing 1 replies (of 1 total)
  • Plugin Author ays-pro

    (@ays-pro)

    Hello @myothermiscstuff ,

    Thank you for the topic and kind words.

    For making it bold and larger, please put this CSS code into the Custom CSS option from Styles tab of the Quiz settings:

    p.ays_score {
        font-size: 24px !important;
        font-weight: bold !important;
    }

    You can only translate the text “YOUR SCORE IS” using any translate plugin (like Loco translate) or change the translation from .po file.
    In your case, you need to change languages/quiz-maker-en_EN.po

    There is no option for replacing result text and score, it is possible to make with Variables, which unfortunately available only in the Pro version.
    You can achieve this by making customization in the plugin code (also you can contact our support team for that reason by using this form)

    Thank you for understanding.

    • This reply was modified 4 years, 11 months ago by ays-pro.
Viewing 1 replies (of 1 total)
  • The topic ‘Making Results Larger, results text…’ is closed to new replies.