I’ve noticed when you change the font color or start a list using a non-default font color in the email editor, the bullets will always remain the default font color. It’s pretty annoying if you don’t know how to fix it in the code. It’d be great if this just worked, but if you need a quick fix, open the source code for the text box with the list and change every time it says <li><span style=“color: #{{YOUR COLOR}};”> to <li style=“color: #ffffff;”> and delete the </span> as well.
It’d be great if they fixed this though, it’s annoying for longer lists an definitely causes headaches for my team members without as much basic html/css knowledge.
