Hi, I realized this was an Elementor issue because the in-built text editor wasn't showing any bullet points either.
I found this code online that I added to the custom CSS to get it working for the entire site:
.elementor-widget-container ul {
list-style: disc;
margin-left: 40px;
}
Just thought to share in case others have this issue!
Kind regards,
Zakir