• Resolved ion7

    (@ion7)


    Hello

    Can you please advise as to whether it is possible to edit the Font size and Alignment of the Grade Result, as seen in the relevant link?

    Thank you

    • This topic was modified 2 years, 2 months ago by ion7.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nadia Akther

    (@nadiaakther)

    Hello @ion7,

    I hope you are doing well. You can edit the font size of grade results using CSS. I hope the below CSS code will help you.

    
    .llms-donut.mini {
           width: 60px;
    	 height: 60px;
    }
    .llms-donut.mini .percentage {
        font-size: 16px;
    }

    For adding this CSS code, please navigate to your Wp-admin> Appearance > Customization > Additional CSS >”provided CSS code”(You can change px value as per your requirements) > Publish.

    Thank You

    • This reply was modified 2 years, 2 months ago by Nadia Akther.
    Thread Starter ion7

    (@ion7)

    Hello Nadia

    Thank you for you reply to my query.
    The script has worked well but I have one related question.
    How do I center the grade in the column?

    Many thanks

    Hi @ion7

    You can use this code to center the grade:

    .llms-sd-grades .llms-donut.mini {
        margin: auto;
    }

    Please let us know if you have any further questions!

    All the best,

    Since I haven’t heard back from you in a week I’m going to mark this thread as resolved. Don’t worry, if you have more questions or still need help just hit reply and let me know!

    Have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grade Font Size / Alignment’ is closed to new replies.