• Resolved WendyMayes

    (@wendymayes)


    My quiz questions are all in capital letters when I publish them. Is there a way to make them lower case. Have I missed a setting somewhere?

    By the way, thanks very much for designing a plugin that even a totally non-technical newby like me can use successfully!

    https://www.ads-software.com/plugins/hd-quiz/

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

    (@harmonic_design)

    Hello WendyMayes,
    thanks! I’m very proud of how easy I’ve been able to make using the plugin and am glad you are enjoying it ??

    HD Quiz does not format the font size, colour, or capitalization of questions or answers – this is something your theme handles. Your theme’s CSS is forcing the capitalization.

    If you can send me a link to one of your quizzes, I can send you a small line of code to copy / paste into your stylesheet that will override your theme’s forced capitalization.

    Thread Starter WendyMayes

    (@wendymayes)

    Thanks so much for getting back to me so quickly! I am most impressed.

    Here’s the link to my quiz:
    https://www.greenerjobs.co.uk/wordpress1/?page_id=485

    Plugin Author Harmonic Design

    (@harmonic_design)

    Hello WendyMayes,
    thanks for sending the link.

    Your theme automatically capitalizes every single heading on your site.

    Please paste the following line into your stylesheet style.css

    #hdQuestionnaireContent .question h3 {text-transform:none !important}

    You can edit your stylesheet by logging into your site and going to Appearance -> Edit.

    paste the above code on the line below

    /* ------------------------------------------------------------------------- *
     *  1. Reset
    /* ------------------------------------------------------------------------- */
    Thread Starter WendyMayes

    (@wendymayes)

    Oh you are wonderful!
    This worked like magic… well magic to me and science to you!
    I cannot thank you enough!

    Very best wishes
    Wendy

    Thread Starter WendyMayes

    (@wendymayes)

    Hello again.
    I’m very pleased that my quiz questions are now in lowercase. The quiz looks so much better. I’d also like to make the font size of the questions smaller. I tried changing the h3 in the piece of code you gave me to h5, thinking it might refer to the heading sizes I can see in the page editor, but it didn’t change anything.

    Please could you advise me?

    Very best wishes
    Wendy

    Plugin Author Harmonic Design

    (@harmonic_design)

    Hello Wendy,

    your theme is currently styling h3 tags at 22px. Please replace the first code I sent you with the following.

    #hdQuestionnaireContent .question h3 {text-transform:none !important; font-size: 18px !important}

    This will reduce the font size from 22px to 18px.

    Thread Starter WendyMayes

    (@wendymayes)

    Thanks so much! My quiz looks beautiful!
    I can’t believe how quickly you answered my question.

    You have designed a brilliant quiz tool!

    Thanks very much.

    Best wishes
    Wendy

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Capital Letters’ is closed to new replies.