• Resolved alautar

    (@alautar)


    Hi,

    I am having problem with adjusting text font size in:

    1. Quiz maker > Quizzes > selected quiz > Styles > Question font size (px), and in
    2. Quiz maker > Quizzes > selected quiz > General > Description

    I change the size, but it does not show in the web page. I’ll be grateful for any help. Thanks!

    Anja

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @alautar,

    Thank?you for the topic.

    As to the first point, the option we have created refers to only the <p> tag of the question.

    See the screenshot: https://ibb.co/Bz4R3jY

    We have checked this case and noticed that you have inserted the <span> tag, which is why the CSS code didn’t work for you.
    As to the Description, at the moment, this feature is not available for the Description of the quiz.?

    I have passed your request to our Development Team, and, though, generally, we don’t provide this kind of support, they have created a new CSS code to achieve your desired result.

    Please take these CSS codes and insert them into the Quizzes > particular quiz > Styles tab > Custom CSS option.?
    The first CSS code refers to the Description, the second one refers to the question.
    ?
    Then, replace?YOUR_QUIZ_ID?with the corresponding Quiz ID (e.g. 5, like this?div#ays-quiz-container-5).?
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    We just wrote the values as an example, so you can change them to your desired value.?

    div#ays-quiz-container-YOUR_QUIZ_ID .ays-questions-container .ays-fs-subtitle * {
    	font-size: 14px;
    }
    
    div#ays-quiz-container-YOUR_QUIZ_ID .ays_quiz_question * {
    	font-size: 30px;
    }

    By the way,?I would recommend you install the?TinyMCE?Advanced?plugin.

    The plugin will add different tools to the WP Editor to help you achieve your desired result. So, you can change the font size of the texts via it.?

    See the screenshot: https://ibb.co/p2Jrqzn

    See the plugin link:?https://www.ads-software.com/plugins/tinymce-advanced/

    Please check this and let us know about the outcome.?

    Thank you.

    Thread Starter alautar

    (@alautar)

    Dear Jasmin,

    thank you for your very quick and helpful answer! The CSS solution you provided works perfectly! I will also keep TinyMCE Advanced plugin in mind, it looks useful.

    Thank you again – great support!
    Best,
    Anja

    Plugin Support Jasmine

    (@hyenokian)

    Dear @alautar,

    Thank you for your reply and kind words.

    Glad to hear that the CSS code we have provided you with was of help to you to achieve your desired result.
    If your query is resolved please take a moment to rate and review the plugin or support.

    Thank you.

    Thread Starter alautar

    (@alautar)

    Dear Jasmin,
    Did so.
    Thank you again.
    BR,
    Anja

    Plugin Support Jasmine

    (@hyenokian)

    Dear @alautar,

    Thank you for your reply and wonderful review ??

    We are thrilled that you loved your experience; our staff will definitely be happy to read what you wrote.
    We put customer experience and satisfaction as our priority, and your review reaffirms the hard work we put in every day.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font problem with quiz maker’ is closed to new replies.