Discussions
Ability to change bullet/numbered list color in editor

Text color can be changed but the bullet/numbered list color remains black. Would be great to customize bullet color as well as text. We typically use grey text in emails but it doesn’t look good when the bullet/numbered list color remains black.
Comments
-
Hi,
Use following style code and test your email, hope it will change bullet color
<style>
ul {
list-style: none;
}
ul li::before {
content: "\2022";
color: grey;
display: inline-block;
width: 10px;
margin-left: -10px;
}
</style>
Regards,
Ragu
-
Hi,
Use following style code and test your email, hope it will change bullet color
<style>
ul {
list-style: none;
}
ul li::before {
content: "\2022";
color: grey;
display: inline-block;
width: 10px;
margin-left: -10px;
}
</style>
Regards,
Ragu
I believe @KathrineHogrefe is referencing the new design editor. You can't access and update/add the HTML code (like @raguprashanth suggests) unless you actually use an HTML block.
In the design editor, it would be nice that when you update the color of the text, the bullets/numbers automatically match. Unfortunately they stay black. This is a bit of an aesthetic problem in dark background sections like below:
I'm upvoting this for the Design Editor (to fix). Thanks.
-
Looks like this is sorted now
If you change the "Text Default" color it changes the bullet color, looks like it can be
Looks like you can pick any color