changing bullet color to match font

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.

Thank you so much for flagging this it’s driving me nuts. I don’t appear to have exactly the code you’ve mentioned in your example, do you mind letting me know where I should put it in this code? Currently the bullets are blue and I want them to be black.

Actually I figured it out, thank you so much for posting this though, couldn’t have done it without you!

Dealing with this same issue in the landing page module! Thanks for posting this fix. You’re a life saver!