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 3 years, 8 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!