Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

Change the colour of Bullet Points when sending out a Marketing Email

Posted on by 4
Hi,

I've seen there is no easy way of achieving this without adding code to the HTML.

Question is where do you add this?

Command Palette or Format Document..  Is there not already code for this located in one of these??
  • Suggested answer
    RichardV25 Profile Picture
    RichardV25 36 on at
    Change the colour of Bullet Points when sending out a Marketing Email
    Hi!

    Unfortunately, it is not possible to change the colour of the bullet points. Luckily tho, the HTML Code needed is not that difficult.

    This, what you could try:

    Go to HTML section in the right upper corner in your Marketing Mail:
    Then select Format Document, makes it easier to work in as well.

    Then try to find the area where the bullet points are. Often recognisable with the beginning <ul>

     
    Then above it, enter the following code: 
     
    <style>
    ul {
      list-style: none;
    }
     
    ul li::before {
      content: "\2022";
      color: red;
      font-weight: bold;
      display: inline-block
      width: 1em;
      margin-left: -1em;
    }
    </style>
     
    It will look a bit like this:                                     I know, it is not fancy but hey, it does the trick:

     
    The colour you can change with words such as: red, green. blue, black, etc. however, you can also delete the word and change it with a HEX code such as #2266e3

    If correct, it should turn out like this:



    I hope this works for you.

    Let me know and have a nice day!

    Cheerio,

    Richard

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans