Customize Email font and size

Maria20
Tera Guru

Hello SN Community,

 

The requirement is to change the font style and size in the Compose Email pop-out to our company standard of Arial 12pt.

Maria20_1-1686151039840.png

I've tried changing our Email Client Templates, but the change does not stick - it reverts back to the Verdana 8pt. See screenshot below.

Maria20_0-1686150867656.png

Any thoughts?

 

TIA!

1 ACCEPTED SOLUTION

Riya Verma
Kilo Sage
Kilo Sage

Hi @Maria20 ,

Hope you are oidng great.

  1. Navigate to the System UI --> "Email Client Templates" module. Open the template that corresponds to the Compose Email pop-out.
  2. Add the following HTML code to set the font style to Arial and font size to 12pt.

 

<style>
    body {
        font-family: Arial, sans-serif;
        font-size: 12pt;
    }
</style>
​

 

  • save it
Please mark the appropriate response as correct answer and helpful, This may help other community users to follow correct solution.
Regards,
Riya Verma

View solution in original post

5 REPLIES 5

Maria20
Tera Guru

Thank-you so much for your responses.....both very helpful but the code in Riya's post worked.

 

Maria.