Discussions

Ability to change bullet/numbered list color in editor

KathrineHogrefe
KathrineHogrefe Posts: 1 Red Ribbon
edited Nov 13, 2018 2:36PM in Dream It

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.

23 votes

Active · Last Updated

Comments

  • raguprashanth
    raguprashanth Posts: 7 Blue Ribbon
    edited Nov 21, 2018 6:00AM

    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

  • Cheli
    Cheli Austin, TexasPosts: 24 Gold Medal
    edited Aug 13, 2019 2:49PM

    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:

    pastedImage_4.png

    I'm upvoting this for the Design Editor (to fix).  Thanks.

  • Malcolm Aldridge
    Malcolm Aldridge AustraliaPosts: 24 Red Ribbon

    Looks like this is sorted now

    If you change the "Text Default" color it changes the bullet color, looks like it can be

    pastedImage_4.png

    Looks like you can pick any color

    pastedImage_5.png