Hi!
Bullet Points are not showing up in Quiz and Assignments. I tried the CSS script from this thread also,
https://wplms.io/support/forums/topic/bullet-and-number-lists-not-working-inside-assignments/
https://prnt.sc/h9rp3t
This is whats happening now,
https://prnt.sc/h9rq3v
Please help.
this issue is fixed already .
Unable to replicate :
http://prntscr.com/h9ucoz
Please check css:
http://prntscr.com/h9ubb1
Please share url of that page and admin credentials to check this at your end .
PS : mark reply as private while sharing .
This reply has been marked as private.
Please try adding this given css in your wp-admin -> appearance -> customizer -> custom css :
.question ol{list-style:decimal inside;}.question ul:not(.question_options){list-style:disc inside;}
It worked!
Thank you Alex!